X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2FMakefile;h=a6885e0761287f398cd6703d6150239d6d458ee8;hp=21974c2f2bb1fd2233b1a069b4a62389a1c2cbd3;hb=54566b7e49988b19d09e5072bb134247fef1b3ba;hpb=f75dfb3c6581d4f94e19230c771936195b01b4b5 diff --git a/src/Makefile b/src/Makefile index 21974c2..a6885e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1 +1,10 @@ -CFLAGS=-Wall -Wstrict-prototypes -ggdb3 #-O2 +CFLAGS= +CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 +#CFLAGS+=-pedantic -ansi -traditional -Wall -Wstrict-prototype +#CFLAGS+=-O9 -fexpensive-optimizations -finline-functions +#CFLAGS+=-pg + +all: unmime flock pipebuf + +pipebuf: pipebuf.c + sh $<