CP = cp TARGET = jcad all: $(MAKE) -C src $(CP) -p src/$(TARGET) . clean: find . -name '*.d' -exec rm {} ';' $(MAKE) -C src clean