yavsc/cli/Makefile

18 lines
251 B
Makefile

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