Removed unneeded -lant.

This commit is contained in:
hjp 2004-02-24 19:56:24 +00:00
parent 5c46c7c080
commit 8e67f3563e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include GNUmakevars
include GNUmakerules include GNUmakerules
ftcp: ftcp.o ftcp: ftcp.o
$(CC) $^ -lant -o $@ $(CC) $^ -o $@
clean: clean:
rm -f *.o ftcp core foo bar rm -f *.o ftcp core foo bar