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