@@ -0,0 +1,6 @@
TARGETS = main
all: ${TARGETS}
main: main.cpp
mpicxx -Wall -Wextra $< -o $@
The note is not visible to the blocked user.