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