aboutsummaryrefslogtreecommitdiffhomepage
path: root/qc_decrypt/Makefile
blob: a0e82db637427696ca71b94e59a7f3192ceecf79 (plain)
1
2
3
4
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