Basically Working

This commit is contained in:
2018-05-18 17:22:01 +02:00
parent 164eda05fe
commit 0c2590b3f5
6 changed files with 460 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
install:
@echo "Start compiling..."
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC
g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic
@echo "Finished compiling!"