@ -1,8 +1,16 @@
CPPC := g++
ALL_TARGETS = bin/hello-world
bin/%: src/%.cpp
$(CPPC) $^ -o $@
all: $(ALL_TARGETS)
clean:
rm -vf ./bin/*
g++ $^ -o $@
.PHONY: all clean
The note is not visible to the blocked user.