diff options
author | kraxel <kraxel> | 2007-08-13 14:45:01 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-13 14:45:01 +0000 |
commit | def49283f341e88297a117984936377900b2ae71 (patch) | |
tree | a27e342f9eef54bcb723e0bd84c82b96db680212 /GNUmakefile | |
parent | 0c35f75497abd0b78449215eb8672896f626e2fd (diff) | |
download | amtterm-def49283f341e88297a117984936377900b2ae71.tar.gz |
gui starts working ...
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 ################################################################# |