This commit is contained in:
2018-04-26 05:20:08 +02:00
parent 70a4e5ae6e
commit 78178b6607
15 changed files with 1373 additions and 237 deletions

14
cli/Makefile Normal file
View File

@ -0,0 +1,14 @@
all: build
build: project.lock.json
dnu build
project.lock.json: project.json
bin/output/approot/run: project.lock.json
dnu restore
run: bin/output/approot/run
ASPNET_ENV=Development dnx run