.PHONY: all all: $(MAKE) -C cs $(MAKE) -C direct .PHONY:clean clean: $(MAKE) -C cs clean $(MAKE) -C direct clean