From 75d05326d067857d22474cc91d069003d7b64b17 Mon Sep 17 00:00:00 2001 From: ngharo Date: Fri, 29 Dec 2017 00:02:05 -0600 Subject: VueJS front-end work in progress --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bb9d7e7 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +@phony: deploy + +TARGET="/var/www/imok.ngha.ro/" + +deploy: + rsync -vr www/ $(TARGET) -- cgit v1.2.3