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 (131B)
       ---
            1 .POSIX:
            2 PROJECTDIR = ../../../..
            3 include $(PROJECTDIR)/scripts/rules.mk
            4 include ../../rules.mk
            5 
            6 OBJS=\
            7         _getheap.$O\
            8 
            9 all: $(OBJS)