X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=src%2FMakefile;h=d23df8bd35828e8f8ff6264f870264ba9a6c5dfd;hb=6bc94817fca0043c8b7467ca70bc4e9abdfff6a9;hp=a6885e0761287f398cd6703d6150239d6d458ee8;hpb=658c56560850e4ddd56ed5db130a4b9fe1d7d4e8;p=nethome.git diff --git a/src/Makefile b/src/Makefile index a6885e0..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: unmime flock pipebuf +all: yasm2gas +# unmime flock pipebuf pipebuf: pipebuf.c sh $< + +yasm2gas: yasm2gas.c + gcc -o $@ -Wall -g $< +