Process management

This commit is contained in:
2020-12-10 22:24:06 +01:00
parent ae430c340c
commit e6760cf665
3 changed files with 109 additions and 18 deletions

View File

@ -8,7 +8,7 @@ packages:
compile:
@echo "Compiling..."
@mkdir -p bin
gcc src/necronda-server.c -o bin/necronda-server -std=c11
gcc src/necronda-server.c -o bin/necronda-server -std=c11 -D_POSIX_C_SOURCE
@echo "Finished compiling!"
install: | packages update compile