all: my-webapp.zip my-webapp.zip: @rm -f my-webapp.zip @(cd my-webapp; zip -q -r ../my-webapp.zip .) .PHONY: my-webapp.zip