summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-01-21 17:01:03 -0600
committer@syxhe <https://t.me/syxhe>2025-01-21 17:01:03 -0600
commit5d3068832c6094cf3b3ffce89d2398134e939b1f (patch)
treef23dc5597a1bfe76b2748f6762d09ff97f05141f /src/Makefile
parentb15ffbc1e51f913d6ab1cfa345a06eecfc098405 (diff)
Write some sample code to encrypt a file via password
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 03f2f05..bcb4670 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -28,4 +28,4 @@ shared.o: shared.c shared.h
28encryption: encryption.c encryption.h shared.o shared.h 28encryption: encryption.c encryption.h shared.o shared.h
29 29
30c clean: 30c clean:
31 rm -rvf $(BINARIES) $(wildcard *.o) \ No newline at end of file 31 rm -rvf $(BINARIES) $(wildcard *.o) $(wildcard *.test*) \ No newline at end of file