@@ -7,9 +7,13 @@ all: $(EXERCISES)
$(MAKE) -f ex19.mk
test: all
$(MAKE) -f ex19.mk test
clean:
rm -f $(EXERCISES)
$(MAKE) -f ex19.mk clean
.PHONY: all clean
.PHONY: all test clean
The note is not visible to the blocked user.