recompile stale targets during deploy
This commit is contained in:
parent
c227ea8b5f
commit
86f137fd25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue