scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

rules.mk (195B)


      1 ELF64_OBJS =\
      2 	elf64/elf64.o \
      3 	elf64/elf64archs.o\
      4 	elf64/elf64new.o\
      5 	elf64/elf64probe.o\
      6 	elf64/elf64read.o\
      7 	elf64/elf64type.o\
      8 	elf64/elf64getsec.o\
      9 	elf64/elf64del.o\
     10 	elf64/elf64getsym.o\