From d447dc0f59619d26073699d9f81d7de77c200be4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Apr 2003 05:59:03 +0000 Subject: new build system without automake --- plugins/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/Makefile (limited to 'plugins/Makefile') diff --git a/plugins/Makefile b/plugins/Makefile new file mode 100644 index 00000000..56263a4a --- /dev/null +++ b/plugins/Makefile @@ -0,0 +1,4 @@ +all clean distclean install uninstall: + $(MAKE) -$(MAKEFLAGS) -C .. $@ + +.PHONY: all clean distclean install uninstall -- cgit v1.2.3