fixed: Makefile now has all/install/clean targets
authorHeiko Schlittermann <hs@schlittermann.de>
Mon, 28 Dec 2009 22:10:42 +0100
changeset 4 a5091a79d1c9
parent 3 c76747e056b6
child 6 860bc9dd9d16
fixed: Makefile now has all/install/clean targets
Makefile
--- a/Makefile	Fri Dec 18 00:33:04 2009 +0100
+++ b/Makefile	Mon Dec 28 22:10:42 2009 +0100
@@ -5,6 +5,12 @@
 
 DESTDIR = 
 
+all:
+	true
+
 install: 
 	install -m 0755 -d ${DESTDIR}${bindir}
 	install -m 0755 ${SCRIPT} ${DESTDIR}${bindir}/
+
+clean:
+	true