Makefile update
This commit is contained in:
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ packages:
|
||||
|
||||
compile:
|
||||
@echo "Compiling..."
|
||||
@mkdir bin
|
||||
@mkdir -p bin
|
||||
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto
|
||||
@echo "Finished compiling!"
|
||||
|
||||
|
Reference in New Issue
Block a user