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