summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index d12eb72..c5a08c7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -28,6 +28,7 @@ arena.o: arena.c arena.h shared.h
28shared.o: shared.c shared.h 28shared.o: shared.c shared.h
29 29
30encryption: encryption.c encryption.h shared.o shared.h 30encryption: encryption.c encryption.h shared.o shared.h
31ll: ll.o shared.o
31 32
32c clean: 33c clean:
33 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) $(wildcard *.enc) \ No newline at end of file 34 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) $(wildcard *.enc) \ No newline at end of file