summaryrefslogtreecommitdiff
path: root/Makefile
blob: f31737e9663a29e76b4e007890c566ae24635216 (plain)
1
2
3
4
5
vwm:	vwm.c vwm.h list.h colors.def launchers.def Makefile
	$(CC) -Wall -o vwm vwm.c -lX11 #-g -DTRACE

clean:
	rm -f vwm
© All Rights Reserved