summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 03f2f05..bcb4670 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -28,4 +28,4 @@ shared.o: shared.c shared.h
28encryption: encryption.c encryption.h shared.o shared.h 28encryption: encryption.c encryption.h shared.o shared.h
29 29
30c clean: 30c clean:
31 rm -rvf $(BINARIES) $(wildcard *.o) \ No newline at end of file 31 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) \ No newline at end of file