From 42371b922194b8a8e9a2511d9e615f32001050f1 Mon Sep 17 00:00:00 2001 From: Rikard Hjort Date: Sun, 14 Jun 2020 13:09:18 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aecd044ed..aded231c8 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ PATH := $(K_BIN):$(PATH) export PATH .PHONY: all clean deps \ - build build-llvm build-haskell \ + build build-% \ test test-execution test-simple test-prove \ test-prove-good test-prove-bad \ test-conformance test-conformance-parse test-conformance-supported \