@ -0,0 +1,13 @@
BIN=bin
all: dirs command
command: command.c
gcc -o ${BIN}/command command.c
.PHONY: clean dirs
clean:
rm -rf ${BIN}
dirs:
mkdir -p ${BIN}
The note is not visible to the blocked user.