From 1371444b318c2e7f1b4b69d9515ed3959a418fbe Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 14:02:00 +0000 Subject: [PATCH] Added Makefile for contrib. removed some stray corefiles from gnu coreutils --- contrib/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 contrib/Makefile diff --git a/contrib/Makefile b/contrib/Makefile new file mode 100755 index 000000000..3a852d0af --- /dev/null +++ b/contrib/Makefile @@ -0,0 +1,3 @@ + +all install: + cd gnu && $(MAKE) $@ -- 2.44.0