From 562a530ee77a1cbaa76c12776a161ccb9168b1e8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 27 Dec 2011 16:08:06 +0100 Subject: [PATCH 1/1] make install --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.39.2