diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |