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 505ab47..3c20ae3 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ libsimple.a: $(OBJ)
$(AR) -s $@
.test.o.test:
- $(CC) -o $@ $< libsimple.a test.o $(LDFLAGS)
+ $(CC) -o $@ $< test.o libsimple.a $(LDFLAGS)
.c.test.o:
$(CC) -c -o $@ $< $(CFLAGS) -DTEST