yavsc/cli/Makefile

18 lines
251 B
Makefile

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