lemoncake

rbtree based memory allocator
git clone git://git.2f30.org/lemoncake
Log | Files | Refs | README | LICENSE

config.mk (126B)


      1 VERSION = 0.3
      2 
      3 # paths
      4 PREFIX = /usr/local
      5 
      6 # flags
      7 CFLAGS = -fPIC -Wall -O2
      8 LDFLAGS = -shared
      9 
     10 # compiler and linker
     11 CC = cc