Files
AQuery/server/Makefile
T
2022-03-25 22:46:19 +08:00

7 lines
201 B
Makefile

debug:
g++ -g3 -O0 server/server.cpp server/table.cpp -o a.out -Wall -Wextra -Wpedantic -lpthread
test:
g++ --std=c++1z -g3 -O0 server.cpp table.cpp -o a.out -Wall -Wextra -Wpedantic -lpthread