summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorngharo <nick@ngha.ro>2017-12-31 22:16:32 -0600
committerngharo <nick@ngha.ro>2017-12-31 22:16:32 -0600
commitf920c7da0618fd9f4181c2c78ef054e324185355 (patch)
treeeba4a9f21fb8fd47e8a53f01e8a4dfae25a333e2 /Makefile
parent75d05326d067857d22474cc91d069003d7b64b17 (diff)
downloadimOk-www-f920c7da0618fd9f4181c2c78ef054e324185355.tar.xz
imOk-www-f920c7da0618fd9f4181c2c78ef054e324185355.zip
Makefile: compile Babel and Sass source files to index.*
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index bb9d7e7..0000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-@phony: deploy
-
-TARGET="/var/www/imok.ngha.ro/"
-
-deploy:
- rsync -vr www/ $(TARGET)