Updated makefile
This commit is contained in:
4
Makefile
4
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!"
|
||||
|
Reference in New Issue
Block a user