yavsc/cli/Makefile

20 lines
255 B
Makefile

include ../versioning.mk
include ../dnx.mk
6 years ago
6 years ago
MSBUILD=msbuild
all: $(BINTARGETPATH)
6 years ago
msbuild-restore:
$(MSBUILD) cli.csproj /t:Restore
6 years ago
run: project.lock.json
ASPNET_ENV=$(ASPNET_ENV) dnx run --configuration=$(CONFIGURATION)
info:
@echo $(PRJNAME)
6 years ago