wmctrl-for-windows/Makefile

19 lines
160 B
Makefile
Raw Normal View History

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