Moved binary files to bin dir and updated makefile

This commit is contained in:
elimin8 2021-09-19 15:46:28 +01:00
parent fbcc860e60
commit d229f28acd
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
5 changed files with 1 additions and 1 deletions

View File

@ -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

View File