#build all all: main.cpp $(CXX) $(CXXFLAGS) -Og main.cpp -g -o helloworld.bin #clean build result clean: rm -f helloworld.bin