From 3ba1848e4039d7c297628672cab3fcd7004283fc Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 11 Dec 2020 23:07:12 +0100 Subject: [PATCH] Updated makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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!"