diff --git a/Makefile b/Makefile index 22c5a5e..6057724 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstat all: publish -publish: build permissions +pull: + git pull + +publish: pull build permissions rsync -av $(BUILDDIR)/ $(DESTINATION) permissions: build