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