Makefile - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       Makefile (171B)
       ---
            1 .POSIX:
            2 PROJECTDIR = ../../../..
            3 include $(PROJECTDIR)/scripts/rules.mk
            4 include ../../rules.mk
            5 
            6 OBJS=\
            7         _brk.$O\
            8         _getheap.$O\
            9         _sigaction.$O\
           10         _waitpid.$O\
           11 
           12 all: $(OBJS)