yavsc/cli/Makefile

22 lines
296 B
Makefile
Raw Normal View History

2018-04-26 05:20:08 +02:00
all: build
build: project.lock.json
dnu build
restore:
touch project.json
dnu restore
2018-04-26 05:20:08 +02:00
project.lock.json: project.json
dnu restore
2018-04-26 21:02:11 +02:00
run: ../Yavsc/bin/Debug/dnx451/Yavsc.dll
2018-04-26 10:51:39 +02:00
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run
2018-04-26 21:02:11 +02:00
../Yavsc/bin/Debug/dnx451/Yavsc.dll:
make -C ../Yavsc