aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbd993c..ec24fef 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ OBJ =\
vweprintf.o\
libsimple.o
-TESTS = $(OBJ:.o=.test)
+TESTS = $(OBJ:.o=.test) libsimple-arg.test
all: libsimple.a $(TESTS)
$(OBJ): $(@:.o=.c) $(HDR)