navicat-keygen/navicat-keygen/Makefile
2018-01-13 00:19:31 +08:00

9 lines
319 B
Makefile

release : main.cpp
g++ -std=c++11 -D${VER} main.cpp -lcrypto -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -o navicat-keygen
debug : main.cpp
g++ -std=c++11 -D${VER} -D_DEBUG main.cpp -lcrypto -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -o navicat-keygen
clean:
rm navicat-keygen