Moved binary files to bin dir and updated makefile
This commit is contained in:
parent
fbcc860e60
commit
d229f28acd
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
|||
default:
|
||||
g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o EmperorServer
|
||||
g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorServer
|
||||
|
|
Loading…
Reference in New Issue