diff options
| 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 |
| commit | 5d3068832c6094cf3b3ffce89d2398134e939b1f (patch) | |
| tree | f23dc5597a1bfe76b2748f6762d09ff97f05141f /src/Makefile | |
| parent | b15ffbc1e51f913d6ab1cfa345a06eecfc098405 (diff) | |
Write some sample code to encrypt a file via password
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 | |||
| 28 | encryption: encryption.c encryption.h shared.o shared.h | 28 | encryption: encryption.c encryption.h shared.o shared.h |
| 29 | 29 | ||
| 30 | c clean: | 30 | c 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 |
