.PHONY: all all: bin levd newpass .PHONY: bin bin: mkdir -p bin/ .PHONY: newpass newpass: cd newpass/; $(MAKE) .PHONY: levd levd: cd levd/; $(MAKE)