summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index bcb4670..4a0d316 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -22,10 +22,12 @@ all: main
22 22
23main: main.o shared.o 23main: main.o shared.o
24 24
25main.o: main.c shared.h 25ll.o: ll.c ll.h
26main.o: main.c
27arena.o: arena.c arena.h
26shared.o: shared.c shared.h 28shared.o: shared.c shared.h
27 29
28encryption: encryption.c encryption.h shared.o shared.h 30encryption: encryption.c encryption.h shared.o shared.h
29 31
30c clean: 32c clean:
31 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) \ No newline at end of file 33 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) $(wildcard *.enc) \ No newline at end of file