diff --git a/ftcp/GNUmakefile b/ftcp/GNUmakefile index c2bd830..4947447 100644 --- a/ftcp/GNUmakefile +++ b/ftcp/GNUmakefile @@ -2,7 +2,7 @@ include GNUmakevars include GNUmakerules ftcp: ftcp.o - $(CC) $^ -lant -o $@ + $(CC) $^ -o $@ clean: rm -f *.o ftcp core foo bar