Home
       deps.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
       ---
       deps.mk (327B)
       ---
            1 #deps
            2 _Exit.o: ../syscall.h
            3 _dtoi.o: ../libc.h
            4 atexit.o: ../libc.h
            5 atoi.o: ../libc.h
            6 atol.o: ../libc.h
            7 atoll.o: ../libc.h
            8 exit.o: ../libc.h
            9 exit.o: ../syscall.h
           10 malloc.o: ../libc.h
           11 malloc.o: ../syscall.h
           12 malloc.o: malloc.h
           13 realloc.o: malloc.h
           14 strtol.o: ../libc.h
           15 strtoll.o: ../libc.h
           16 strtoul.o: ../libc.h
           17 strtoull.o: ../libc.h