wmctrl-for-windows/Makefile

20 lines
203 B
Makefile
Raw Normal View History

CSC=csc
CSC=mcs
2020-01-08 13:56:50 +08:00
PROG=./wmctrl.exe
all: $(PROG) test
$(PROG): wmctrl.cs
$(CSC) wmctrl.cs
test:
$(PROG) -h
$(PROG) -l
2020-01-08 13:56:50 +08:00
$(PROG) -a devenv
#you can test the others yourself :D