Files
sesimos/Makefile
2018-05-18 17:22:01 +02:00

5 lines
156 B
Makefile

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