recompile stale targets during deploy

This commit is contained in:
Dane Springmeyer 2012-07-10 14:50:43 -07:00
parent c227ea8b5f
commit 86f137fd25

View file

@ -24,7 +24,7 @@ clean:
rm -f $(OBJ)
rm -f $(BIN)
deploy:
deploy : all
cp hello.input $(shell mapnik-config --input-plugins)
install: clean all deploy