* src/SDCCglue.c (emitMaps): allow public sfr variables
[fw/sdcc] / device / lib / small / Makefile
index 2e05df18d085d5071e08990b31fd5a35d0326e8b..c132ed9caf424c1ee3bd26b6dd70be0c0c4d317b 100644 (file)
@@ -1,6 +1,9 @@
 # Dummy Makefile to get around CVS
 all:
+       make -C ../mcs51 all
+       cp ../mcs51/*.rel ../mcs51/*.lib .
        touch dummy.lib
        touch dummy.rel
 
 clean:
+       rm *.rel *.lib