Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Nov 27, 2024
1 parent bc6d48f commit 2986750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/core/judge_client/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: judge_client.cc judge_client.http
g++ -Wall -c -I/usr/local/mysql/include/mysql -I/usr/include/mysql -DOJ_USE_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
g++ -Wall -c -I/www/server/mysql/include -I/usr/local/mysql/include/mysql -I/usr/include/mysql -DOJ_USE_MYSQL judge_client.cc
g++ -Wall -o judge_client judge_client.o -L/www/server/mysql/lib -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient
judge_client.http:judge_client.cc
g++ -o judge_client.http -O2 judge_client.cc
clean:
Expand Down

0 comments on commit 2986750

Please sign in to comment.