yasm2gas
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:24:17 +0000 (11:24 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Feb 2011 10:24:17 +0000 (11:24 +0100)
src/Makefile

index a6885e0..d23df8b 100644 (file)
@@ -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 $<
+