From 4a2c467b9ddef475eb26a849958fd7c7e0e281d4 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sat, 9 Apr 2016 13:02:16 -0500 Subject: Presenting the world's third-worst build system --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..54200fb --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +.POSIX: + +all: getconf/getconf + +getconf/getconf: + cd getconf && $(MAKE) + +clean: + cd getconf && $(MAKE) clean + +install: + mkdir -p $(DESTDIR)/usr/bin + mkdir -p $(DESTDIR)/usr/share/man/man1 + cd getconf && $(MAKE) install -- cgit v1.2.3-60-g2f50