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 41a9607..9d64823 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,7 @@ libgamma.$(LIBEXT): $(LOBJ)
test.o: test.c libgamma.h
$(CC) -c -o $@ test.c $(CFLAGS) $(CPPFLAGS)
-test: test.o
+test: test.o libgamma.a
$(CC) -o $@ test.o libgamma.a $(LDFLAGS_METHODS) $(LDFLAGS)
install: libgamma.a libgamma.$(LIBEXT)