summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-13 14:45:01 +0000
committerkraxel <kraxel>2007-08-13 14:45:01 +0000
commitdef49283f341e88297a117984936377900b2ae71 (patch)
treea27e342f9eef54bcb723e0bd84c82b96db680212 /GNUmakefile
parent0c35f75497abd0b78449215eb8672896f626e2fd (diff)
downloadamtterm-def49283f341e88297a117984936377900b2ae71.tar.gz
gui starts working ...
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aec0067..cd65580 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,7 +52,7 @@ distclean: clean
#################################################################
amtterm: amtterm.o redir.o tcp.o
-gamt: gamt.o
+gamt: gamt.o redir.o tcp.o
#################################################################