build: Write Makefiles

This commit is contained in:
Alexander Polynomdivision
2018-09-20 18:44:46 +02:00
parent 909149fdc7
commit 08d8c2c562
3 changed files with 36 additions and 0 deletions

6
backend/Makefile Normal file
View File

@@ -0,0 +1,6 @@
node_modules:
npm install
.PHONY: build
build:
npm run-script build