Home
       i386.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
       ---
       i386.mk (220B)
       ---
            1 i386:
            2         +@$(MAKE) `$(SCRIPTDIR)/config` CONF=i386-linux libc libcrt
            3 
            4 install-i386: i386
            5         $(SCRIPTDIR)/install -p $(SCRIPTDIR)/proto.i386 $(ROOT)
            6 
            7 uninstall-i386:
            8         $(SCRIPTDIR)/uninstall -p $(SCRIPTDIR)/proto.i386 $(ROOT)