.
This commit is contained in:
parent
09039fa9ee
commit
d91d744f5b
4 changed files with 40 additions and 3 deletions
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue