diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 | |||
| 28 | encryption: encryption.c encryption.h shared.o shared.h | 28 | encryption: encryption.c encryption.h shared.o shared.h |
| 29 | 29 | ||
| 30 | c clean: | 30 | c 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 |
