1 2 3 4 5 6 7 8
SRC_DIR = src .PHONY: default default: $(MAKE) -C $(SRC_DIR) clean: $(MAKE) -C $(SRC_DIR) clean