diff --git a/Makefile b/Makefile index c7fc86f..abce1f1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ -all: +all: build + +build: npm ci - npm run build \ No newline at end of file + npm run build + gulp + +install: + mkdir -p $(DESTDIR) + cp -r app_only.html index.html assets index_files $(DESTDIR)/