summaryrefslogtreecommitdiff
path: root/Makefile
blob: bdf33a5020d62bf5de9463d248620597b65e64af (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 -lXext -lXinerama -lXrandr #-g -DTRACE

clean:
	rm -f vwm
© All Rights Reserved