diff options
author | kraxel <kraxel> | 2007-08-20 14:26:25 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-20 14:26:25 +0000 |
commit | 4efa13f80d32de0783b8141eeaa55a4f4b9c61e1 (patch) | |
tree | 1b2dd67f1e16f4820d67ea8052f6c5bcaa7479bd /GNUmakefile | |
parent | bd5a7f26f806ebee529c00614f19b8e891f8d528 (diff) | |
download | amtterm-4efa13f80d32de0783b8141eeaa55a4f4b9c61e1.tar.gz |
add amttool
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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 *~ |