Added 'objdump.c' for dumping the text segment of NED a.out files as a binary blob.
[ned1] / nedasm / Makefile
index 93fd797..c842161 100644 (file)
@@ -8,7 +8,7 @@ SRC != ls *.c
 all: nedasm
 
 nedasm:
 all: nedasm
 
 nedasm:
-       $(CC) -o $@ $(SRC)
+       $(CC) $(CC_FLAGS) -o $@ $(SRC)
 
 clean:
        @rm -f nedasm
 
 clean:
        @rm -f nedasm