summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
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 *~