@@ -1,2 +1,4 @@
a.out: main.cpp
clang++ -std=c++17 -g -o a.out main.cpp -lGL -lGLU -lglut -lstdc++fs
a.out: *.cpp
clang++ -std=c++17 -g -o a.out main.cpp \
camera/Camera.cpp Track.cpp Xml.cpp \
-lGL -lGLU -lglut -lstdc++fs
The note is not visible to the blocked user.