order of includes

This commit is contained in:
elvis
2022-05-02 23:26:05 +02:00
parent e095f4306f
commit 7b400f7466
3 changed files with 5 additions and 8 deletions

View File

@ -135,4 +135,4 @@ test2: all
@echo "backlog = 100" >> $(BUILD_DIR)/config.txt
$(BUILD_DIR)/server $(BUILD_DIR)/config.txt &
bash scripts/test2.sh
pkill -1 server
pkill --signal SIGHUP server