Open muzea opened 5 years ago
PREFIX ?= /usr/local
judged:
cd core/judged \
&& g++ -Wall -c -I/usr/local/mysql/include/mysql -I/usr/include/mysql judged.cc \
&& g++ -Wall -o judged judged.o -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient
judge_client:
cd core/judge_client \
&& g++ -Wall -c -I/usr/local/mysql/include/mysql -I/usr/include/mysql judge_client.cc \
&& g++ -Wall -o judge_client judge_client.o -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient
all: judged judge_client
install: all
for ubuntu 14