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