more build

This commit is contained in:
Michael Davidsaver
2013-05-25 15:31:28 -04:00
parent 5251b72d0c
commit cc858506e9

View File

@ -3,7 +3,7 @@ PY_FILES = $(PY:%=$(INSTALL_LOCATION)/python/%)
$(PY_FILES) : $(INSTALL_LOCATION)/python/%: ../%
@[ -d $(dir $@) ] || install -d $(dir $@)
@echo "Install PROTO $@"
@echo "Install PY $@"
install -m 644 $< $@
build: $(PY_FILES)