diff options
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 ################################################################# |