various updates
[~bandali/bndl.org] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 526ef66..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-SOURCE_DIR = $(CURDIR)/
-
-RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP
-
-SSH_USER = abandali@bandali.eu.org
-SSH_DEST = www/
-
-all: deploy
-
-deploy:
-       rsync $(RSYNC_PARAMS) $(SOURCE_DIR) $(SSH_USER):$(SSH_DEST)
-
-.PHONY: deploy