@@ -1,7 +1,10 @@
INC := -I include
main: compile link
compile:
g++ -c -o build/main.o src/main.cpp
g++ $(INC) -c -o build/main.o src/main.cpp
g++ $(INC) -c -o build/sorts.o src/sorts.cpp
link:
g++ -o bin/main.out build/*.o
The note is not visible to the blocked user.