yavsc/cli/Makefile

19 lines
255 B
Makefile
Raw Normal View History

2018-05-04 10:45:45 +02:00
include ../versioning.mk
include ../dnx.mk
2018-05-02 04:13:20 +02:00
2018-05-03 15:40:58 +02:00
MSBUILD=msbuild
2018-05-04 10:45:45 +02:00
all: $(BINTARGETPATH)
2018-05-03 15:40:58 +02:00
msbuild-restore:
$(MSBUILD) cli.csproj /t:Restore
2018-05-02 04:13:20 +02:00
run: project.lock.json
2018-05-04 10:45:45 +02:00
ASPNET_ENV=$(ASPNET_ENV) dnx run --configuration=$(CONFIGURATION)
info:
@echo $(PRJNAME)
2018-05-02 04:13:20 +02:00