summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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
commit586a95dde36c1d4f1dfd2b7590db87f6d9d55d12 (patch)
treecb5e11b62edfa28c79cc7190f5c83e4bc873cc66 /src/Makefile
parent7083f1d8f72d4e45a82fd40cd4822356429f0e23 (diff)
Do some more work on the linked list
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