From 4b1385c566e9efc9a003890c2203e97a3df57d4f Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 31 May 2018 20:58:25 +0200 Subject: [PATCH] Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc9af7d..5bd1b32 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ packages: compile: @echo "Compiling..." - @mkdir bin + @mkdir -p bin g++ src/necronda-server.cpp -o bin/necronda-server -std=c++17 -fPIC -pthread -lz -lmagic -lssl -ldl -lcrypto @echo "Finished compiling!"