diff options
| author | @syxhe <https://t.me/syxhe> | 2025-03-24 15:53:14 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-03-24 15:53:14 -0500 |
| commit | 586a95dde36c1d4f1dfd2b7590db87f6d9d55d12 (patch) | |
| tree | cb5e11b62edfa28c79cc7190f5c83e4bc873cc66 /src/Makefile | |
| parent | 7083f1d8f72d4e45a82fd40cd4822356429f0e23 (diff) | |
Do some more work on the linked list
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
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 | |||
| 28 | shared.o: shared.c shared.h | 28 | shared.o: shared.c shared.h |
| 29 | 29 | ||
| 30 | encryption: encryption.c encryption.h shared.o shared.h | 30 | encryption: encryption.c encryption.h shared.o shared.h |
| 31 | ll: ll.o shared.o | ||
| 31 | 32 | ||
| 32 | c clean: | 33 | c 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 |
