
all:
	$(MAKE) -C simple_process
	$(MAKE) -C simple_process install
clean:
	$(MAKE) -C simple_process clean
distclean: clean
