Rename the resulting binary to gen4asm instead of lextest.
authorEric Anholt <eric@anholt.net>
Fri, 25 Aug 2006 18:10:00 +0000 (11:10 -0700)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:22 +0000 (15:54 +0000)
assembler/Makefile

index bde7c17..1fbecae 100644 (file)
@@ -1,13 +1,13 @@
 SOURCES = lex.c main.c gram.c
 CFLAGS = -g -O -Wall
 
-all: lextest
+all: gen4asm
 
 y.tab.h: gram.c
 
-lextest: ${SOURCES}
-       cc ${CFLAGS} -o lextest ${SOURCES}
+gen4asm: ${SOURCES}
+       cc ${CFLAGS} -o gen4asm ${SOURCES}
 
 clean:
        rm -f gram.c lex.c
-       rm -f *.o lextest
\ No newline at end of file
+       rm -f *.o gen4asm
\ No newline at end of file