From 364c9e8fbebe74ddb1196b3531f241c5a48532b9 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 27 Feb 2011 11:24:17 +0100 Subject: [PATCH] yasm2gas --- src/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 $< + -- 1.8.3.1