Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 25, 2025
1 parent 094e31b commit 0eefc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/core/judged/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: judged.cc judged.http judgehub
g++ -Wall -c -DOJ_USE_MYSQL -I/usr/local/mysql/include/mysql -I/usr/include/mysql judged.cc
g++ -Wall -o judged judged.o -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient
g++ -Wall -c -DOJ_USE_MYSQL -I/usr/local/mysql/include/mysql -I/usr/include/mysql -I/usr/include/mariadb judged.cc
g++ -Wall -o judged judged.o -L/usr/lib/mysql -L/usr/lib64/mysql -L/usr/lib/mariadb -lmysqlclient

judged.http: judged.cc
g++ -Wall -o judged.http judged.cc
Expand Down

0 comments on commit 0eefc77

Please sign in to comment.