* src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
[fw/sdcc] / Makefile.bcc
index 01df8e39500801bd83c9338dde21123d22ea6591..a6ef9cbd0daaacff62e9315bb4d7684c0a321069 100644 (file)
@@ -29,6 +29,12 @@ sdcc:
         cd ..
 
 packihx:
-        cd packihx
+        cd support\packihx
         make -f Makefile.bcc
         cd ..
+
+librarian:
+        cd support\librarian
+        make -f Makefile.bcc
+        cd ..\..
+