summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2e9f39b..9170e79 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -100,5 +100,8 @@ testbigfile: testbigfile.o
testbigfile.o: testbigfile.c
$(CC) -c $(CFLAGS) -o testbigfile.o testbigfile.c
-testbigfile.o: testopen.c
+testopen: testopen.o
+ $(CC) -o testopen testopen.o
+
+testopen.o: testopen.c
$(CC) -c $(CFLAGS) -o testopen.o testopen.c