10 lines
142 B
Makefile
10 lines
142 B
Makefile
all: build
|
|
|
|
build:
|
|
npm ci
|
|
npm run build
|
|
gulp
|
|
|
|
install:
|
|
mkdir -p $(DESTDIR)
|
|
cp -r app_only.html index.html assets index_files $(DESTDIR)/
|