summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-18 22:32:39 +0100
committerMattias Andrée <maandree@kth.se>2022-01-18 22:32:39 +0100
commit83de1c3407fec5517eb584e60f65274fee3ab2d3 (patch)
treea25af678a209c3eb6e6fca2b932b4b3b17343fe7
parentImplemented a simple test suite (diff)
downloadmakel-83de1c3407fec5517eb584e60f65274fee3ab2d3.tar.gz
makel-83de1c3407fec5517eb584e60f65274fee3ab2d3.tar.bz2
makel-83de1c3407fec5517eb584e60f65274fee3ab2d3.tar.xz
Do not run check by default
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6fb323..2172710 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ HDR =\
arg.h\
common.h
-all: makel check
+all: makel
$(OBJ): $(HDR)
.c.o: