Makefile
changeset 4 a5091a79d1c9
parent 1 f5d804981be8
child 8 4a465250378c
--- 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