main: compile link compile: g++ -c -o build/main.o src/main.cpp link: g++ -o bin/main.out build/*.o