From a4430b79845c0c5417b8725a4272f91e04d42349 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 14 Sep 2014 06:09:18 -0700 Subject: Initial import of vwm1 from published source tgz - Basic window management, window resizing, virtual desktops and shelf implementation - Simple double fork execution of launched clients --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f31737e --- /dev/null +++ b/Makefile @@ -0,0 +1,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 -- cgit v1.2.3