ALL_TARGETS = bin/hello-world all: $(ALL_TARGETS) bin/%: src/%.cpp g++ $^ -o $@