diff -r c76747e056b6 -r a5091a79d1c9 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