update makefile
This commit is contained in:
parent
763861cead
commit
9b9c7f854e
1 changed files with 9 additions and 2 deletions
9
Makefile
9
Makefile
|
|
@ -1,3 +1,10 @@
|
|||
all:
|
||||
all: build
|
||||
|
||||
build:
|
||||
npm ci
|
||||
npm run build
|
||||
gulp
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)
|
||||
cp -r app_only.html index.html assets index_files $(DESTDIR)/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue