From d8fc08f33d5148be6294a8469066cf6a4604e940 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Apr 2003 18:48:47 +0000 Subject: add all functions for getting and setting window properties --- cwmcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cwmcc/Makefile (limited to 'cwmcc/Makefile') diff --git a/cwmcc/Makefile b/cwmcc/Makefile new file mode 100644 index 00000000..56263a4a --- /dev/null +++ b/cwmcc/Makefile @@ -0,0 +1,4 @@ +all clean distclean install uninstall: + $(MAKE) -$(MAKEFLAGS) -C .. $@ + +.PHONY: all clean distclean install uninstall -- cgit v1.2.3