From: Martin Mares Date: Tue, 27 Dec 2011 15:08:06 +0000 (+0100) Subject: make install X-Git-Tag: v1.0~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=562a530ee77a1cbaa76c12776a161ccb9168b1e8;p=arexx.git make install --- diff --git a/Makefile b/Makefile index 6d5a256..637fca7 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ all: arexxd clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*` rm -f arexxd + +install: all + install arexxd /usr/local/sbin/