@ -0,0 +1,13 @@
monitor: monitor.c
gcc -o $@ $<
create_load: create_load.c
gcc -o $@ $< -lpthread
all: monitor create_load
.PHONY: clean
clean:
rm -f monitor create_load
The note is not visible to the blocked user.