X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=edd6119b22a0e0af5d130b4b7d042c33ab29fc29;hb=9a6d19e384fe9b1afbe4d9124ac34eaf7aa57562;hp=797f54a14b0b6f5035bfe951821e8ad60c0d706c;hpb=ff8c324d1cdb252eebc1ad3c419bca5b7ac940f3;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index 797f54a..edd6119 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -70,7 +70,7 @@ forktest: ForkTest.c errcode: ErrCode.c $(CC) $(CFLAGJ) $^ -o $@ -echo: UDP_echo.c +uecho: UDP_echo.c $(CC) $(CFLAGJ) $(CFLAGS) $^ -o $@ techo: TCP_echo.c @@ -120,7 +120,7 @@ package: clean gapil_source.tgz gapil_source.tgz: - tar --exclude=CVS -cvz . -f $@ + tar -cvz *.[ch] Makefile README -f $@ mv $@ ..