X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=src%2FMakefile;h=a6885e0761287f398cd6703d6150239d6d458ee8;hb=2a67dd7b85c4efaeb59c37f69f10f37d1d13235c;hp=2651456f77cd1b56e8e6f904afe5234b1e3ff72e;hpb=495c21b89d088aee62c4f3f614fa20c9550db445;p=nethome.git diff --git a/src/Makefile b/src/Makefile index 2651456..a6885e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +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: ../bin/unmime ../bin/flock +all: unmime flock pipebuf -../bin/%: %.c - $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ +pipebuf: pipebuf.c + sh $<