Base debian package

This commit is contained in:
2015-10-17 11:34:37 +02:00
parent 8478519d20
commit 614523d470
7 changed files with 40 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
build: clean
npm run build
clean:
npm run clean
install: build
env