X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=src%2FMakefile;h=a6885e0761287f398cd6703d6150239d6d458ee8;hb=4964561935671e6bc834b90024070b4756795ff3;hp=5cc3e75c385dd65b9ee105298aba89dba316fc02;hpb=7114bd9953e276e5a1dc8782158d7d43ccd606ab;p=nethome.git diff --git a/src/Makefile b/src/Makefile index 5cc3e75..a6885e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 #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 $<