wip!
This commit is contained in:
14
cli/Makefile
Normal file
14
cli/Makefile
Normal 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
|
Reference in New Issue
Block a user