Home
       Makefile - 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
       ---
       Makefile (134B)
       ---
            1 .POSIX:
            2 
            3 DIRS =\
            4         amd64\
            5         arm\
            6         arm64\
            7         i386\
            8         ppc\
            9 
           10 PROJECTDIR=../..
           11 include $(PROJECTDIR)/scripts/rules.mk
           12 
           13 NODEP = 1
           14 
           15 all: $(ARCH)