@@ -0,0 +1,9 @@
OUTPUT_DIR = ./bin
OUTPUT = -o $(OUTPUT_DIR)/PROG
SOURCES = *.c
build: output_dir
gcc -Wall ${SOURCES} ${OUTPUT:PROG=upgrade}
output_dir:
mkdir -p ${OUTPUT_DIR}
The note is not visible to the blocked user.