but currently the value is buggy
@ -1,10 +1,13 @@
BIN=bin
all: dirs command
all: dirs command readref
command: command.c
command:
gcc -o ${BIN}/command network.c command.c
readref:
gcc -o ${BIN}/readref network.c readref.c
.PHONY: clean dirs
clean:
rm -rf ${BIN}
The note is not visible to the blocked user.