X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=39db81d60da9b362a0967be647427f12100f95c3;hp=593d95899809ab4ce277d52f610ed6ec19f1e34d;hb=9b316c16855b494012c49ee1f6ec6d435ae148cd;hpb=ab2e702bd899e2d99c70a90de1bb45ad62561e4e 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