1 2all: 3 $(MAKE) -C simple_process 4 $(MAKE) -C simple_process install 5clean: 6 $(MAKE) -C simple_process clean 7distclean: clean 8