split network code into extra file

This commit is contained in:
2024-01-21 12:47:01 +01:00
parent d82cf253bd
commit 0104e542e1
5 changed files with 95 additions and 63 deletions

View File

@ -3,7 +3,7 @@ BIN=bin
all: dirs command
command: command.c
gcc -o ${BIN}/command command.c
gcc -o ${BIN}/command network.c command.c
.PHONY: clean dirs
clean: