summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-20 14:26:25 +0000
committerkraxel <kraxel>2007-08-20 14:26:25 +0000
commit4efa13f80d32de0783b8141eeaa55a4f4b9c61e1 (patch)
tree1b2dd67f1e16f4820d67ea8052f6c5bcaa7479bd /GNUmakefile
parentbd5a7f26f806ebee529c00614f19b8e891f8d528 (diff)
downloadamtterm-4efa13f80d32de0783b8141eeaa55a4f4b9c61e1.tar.gz
add amttool
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dfdad54..a050cee 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -41,6 +41,7 @@ build: $(TARGETS)
install: build
mkdir -p $(bindir)
install -s $(TARGETS) $(bindir)
+ install amttool $(bindir)
clean:
rm -f *.o *~