1 2 3 4 5 6 7 8
all: 7ed-TESTING 7ed-TESTING: cd .. && make tests @echo "Done." clean: cd .. && make clean @echo "Cleaned."