diff options
Diffstat (limited to 'qc_decrypt/Makefile')
-rw-r--r-- | qc_decrypt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qc_decrypt/Makefile b/qc_decrypt/Makefile new file mode 100644 index 0000000..a0e82db --- /dev/null +++ b/qc_decrypt/Makefile @@ -0,0 +1,5 @@ +all: + @gcc -I/opt/homebrew/opt/openssl/include -L/opt/homebrew/opt/openssl/lib -lcrypto qc_decrypt.c -o qc_decrypt + +clean: + @rm -rf qc_decrypt
\ No newline at end of file |