diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
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 | ||
| 23 | main: main.o shared.o | 23 | main: main.o shared.o |
| 24 | 24 | ||
| 25 | main.o: main.c shared.h | 25 | ll.o: ll.c ll.h |
| 26 | main.o: main.c | ||
| 27 | arena.o: arena.c arena.h | ||
| 26 | shared.o: shared.c shared.h | 28 | shared.o: shared.c shared.h |
| 27 | 29 | ||
| 28 | encryption: encryption.c encryption.h shared.o shared.h | 30 | encryption: encryption.c encryption.h shared.o shared.h |
| 29 | 31 | ||
| 30 | c clean: | 32 | c 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 |
