]> git.gag.com Git - fw/sdcc/blobdiff - Makefile
Removed debug msg; updated build for z80; added debugger to Makefile.
[fw/sdcc] / Makefile
index 9cc27724a4da72ab105b2b898aa4605e11765a79..61575aa2661541ffbfff1b1926f64f9b4237f83f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ sdcc: sdcc-cc sdcc-aslink sdcc-misc sdcc
        $(MAKE) -f main.mk all
 
 # Some interesting sub rules
-sdcc-bin: sdcc-cc sdcc-aslink
+sdcc-bin: sdcc-cc sdcc-aslink sdcc-misc
 
 # Compiling and installing everything and runing test
 # ---------------------------------------------------