From 9b9c7f854ec69e263cc0fab59cc8f73df3b17009 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Mon, 19 May 2025 14:34:32 +0200 Subject: [PATCH] update makefile --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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)/