Home
       clang.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
       ---
       clang.mk (139B)
       ---
            1 include $(BUILDDIR)/tool/gnu.mk
            2 
            3 TOOL_ASFLAGS = -c
            4 
            5 COMP = clang
            6 ASM = clang
            7 LINKER = ld.lld
            8 OBJCOPY = llvm-objcopy
            9 OBJDUMP = llvm-objdump