Home
       arm.mk - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       arm.mk (213B)
       ---
            1 arm:
            2         +@$(MAKE) `$(SCRIPTDIR)/config` CONF=arm-linux libc libcrt
            3 
            4 install-arm: arm
            5         $(SCRIPTDIR)/install -p $(SCRIPTDIR)/proto.arm $(ROOT)
            6 
            7 uninstall-arm:
            8         $(SCRIPTDIR)/uninstall -p $(SCRIPTDIR)/proto.arm $(ROOT)