diff options
Diffstat (limited to 'tests/fs-tests/integrity/Makefile')
-rw-r--r-- | tests/fs-tests/integrity/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/fs-tests/integrity/Makefile b/tests/fs-tests/integrity/Makefile index 364a732..03652a2 100644 --- a/tests/fs-tests/integrity/Makefile +++ b/tests/fs-tests/integrity/Makefile @@ -13,12 +13,5 @@ TARGETS = integck all: $(TARGETS) -$(TARGETS): ../lib/tests.o - -../lib/tests.o: ../lib/tests.h - clean: rm -f *.o $(TARGETS) - -tests: all - ./integck |