Updated makefile
This commit is contained in:
4
Makefile
4
Makefile
@ -6,10 +6,8 @@ packages:
|
|||||||
@echo "Finished downloading!"
|
@echo "Finished downloading!"
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
@echo "Compiling..."
|
|
||||||
@mkdir -p bin
|
@mkdir -p bin
|
||||||
gcc src/necronda-server.c -o bin/necronda-server -std=c11 -D_POSIX_C_SOURCE -lssl -lcrypto
|
gcc src/necronda-server.c -o bin/necronda-server -std=c11 -lssl -lcrypto
|
||||||
@echo "Finished compiling!"
|
|
||||||
|
|
||||||
install: | packages update compile
|
install: | packages update compile
|
||||||
@echo "Finished!"
|
@echo "Finished!"
|
||||||
|
Reference in New Issue
Block a user