# HG changeset patch # User Heiko Schlittermann # Date 1262034642 -3600 # Node ID a5091a79d1c999fa3e8f362058b7faa289231604 # Parent c76747e056b6f7e541c5a0199b6bfa1abd10b9de fixed: Makefile now has all/install/clean targets 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