wmctrl-for-windows/Makefile
2016-01-14 17:24:09 +01:00

19 lines
160 B
Makefile

CSC=csc
CSC=mcs
PROG=wmctrl.exe
all: $(PROG) test
$(PROG): wmctrl.cs
$(CSC) wmctrl.cs
test:
$(PROG) -h
$(PROG) -l
$(PROG) -a gvim