Files
yavsc/cli/Makefile
2018-04-26 21:02:11 +02:00

18 lines
251 B
Makefile

all: build
build: project.lock.json
dnu build
project.lock.json: project.json
dnu restore
run: ../Yavsc/bin/Debug/dnx451/Yavsc.dll
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run
../Yavsc/bin/Debug/dnx451/Yavsc.dll:
make -C ../Yavsc