Updated Makefile

This commit is contained in:
2020-12-10 21:46:30 +01:00
parent 42b8aee4bd
commit ae430c340c

View File

@ -8,7 +8,7 @@ packages:
compile:
@echo "Compiling..."
@mkdir -p bin
gcc src/necronda-server.c -o bin/necronda-server -std=c11 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto
gcc src/necronda-server.c -o bin/necronda-server -std=c11
@echo "Finished compiling!"
install: | packages update compile