diff --git a/Makefile b/Makefile index f2dfb3c..3a8fb0a 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,8 @@ packages: @echo "Finished downloading!" compile: - @echo "Compiling..." @mkdir -p bin - gcc src/necronda-server.c -o bin/necronda-server -std=c11 -D_POSIX_C_SOURCE -lssl -lcrypto - @echo "Finished compiling!" + gcc src/necronda-server.c -o bin/necronda-server -std=c11 -lssl -lcrypto install: | packages update compile @echo "Finished!"