1 2 3 4 5 6 7 8 9 10
MAKEFLAGS += -s all: 7ed-TESTING 7ed-TESTING: cd .. && make tests echo "Done." clean: cd .. && make clean echo "Cleaned."