.
This commit is contained in:
21
yaxwtui.Gtk3/Makefile
Normal file
21
yaxwtui.Gtk3/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
include ../msbuild.mk
|
||||
|
||||
all: build
|
||||
|
||||
run: $(BINTARGETPATH)
|
||||
$(MONO) $(BINTARGETPATH)
|
||||
|
||||
$(BINTARGETPATH): build
|
||||
|
||||
build:
|
||||
$(MSBUILD) $(PRJNAME).csproj /t:Build
|
||||
|
||||
restore:
|
||||
$(MSBUILD) $(PRJNAME).csproj /t:Restore
|
||||
|
||||
clean:
|
||||
$(MSBUILD) $(PRJNAME).csproj /t:Clean
|
||||
|
||||
.PHONY: run build restore
|
||||
|
Reference in New Issue
Block a user