X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=39db81d60da9b362a0967be647427f12100f95c3;hb=851bba583269d11d055fcc3701d40492f2abe26b;hp=593d95899809ab4ce277d52f610ed6ec19f1e34d;hpb=f53e55212fb585cd371062d54aaae1d16c116358;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index 593d958..39db81d 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -66,7 +66,7 @@ forktest: ForkTest.c errcode: ErrCode.c $(CC) $(CFLAGJ) $^ -o $@ -echo: TCP_echo_first.c +echo: TCP_echo.c $(CC) $(CFLAGJ) $(CFLAGS) $^ -o $@ echod: TCP_echod.c