Added allocator and first cut at makefile
This commit is contained in:
parent
2e3aa10af0
commit
5ee7865458
5 changed files with 95 additions and 0 deletions
2
config.mk
Normal file
2
config.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CFLAGS := $(shell pkg-config --cflags glib-2.0)
|
||||
LDFLAGS := $(shell pkg-config --libs glib-2.0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue