From: Jan Kratochvil Date: Sun, 27 Feb 2011 10:24:17 +0000 (+0100) Subject: yasm2gas X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=364c9e8fbebe74ddb1196b3531f241c5a48532b9 yasm2gas --- 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 $< +