summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-16 12:42:27 +0000
committerkraxel <kraxel>2007-08-16 12:42:27 +0000
commit3bb9ce78774e5c2b65de7600bba92ead6a7d91c2 (patch)
treedd7556bc9487c8eb6b22a3d21535b4ca363c071a /GNUmakefile
parent29cc4a669893981237ac2632ce268696a87a360d (diff)
downloadamtterm-3bb9ce78774e5c2b65de7600bba92ead6a7d91c2.tar.gz
persistent font & color configuration
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 286e892..dfdad54 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,7 +52,7 @@ distclean: clean
#################################################################
amtterm: amtterm.o redir.o tcp.o
-gamt: gamt.o redir.o tcp.o
+gamt: gamt.o redir.o tcp.o parseconfig.o
#################################################################