@ -0,0 +1,11 @@
CPP=g++
EXEC := 00-const-vars/const.exe 00-const-vars/no-const.exe
all: $(EXEC)
%.exe: %.cpp
g++ $< -o $@
clean:
$(RM) $(EXEC)
The note is not visible to the blocked user.