@@ -1,2 +1,7 @@
all:
g++ main.cpp -o polygon
polygon:
g++ main_poly.cpp -o polygon
path:
g++ main_path.cpp -o path
.PHONY: polygon path
The note is not visible to the blocked user.