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
6
lib/Makefile
Normal file
6
lib/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
include ../config.mk
|
||||
|
||||
all: allocator.o
|
||||
|
||||
%.o: %.c
|
||||
gcc $(CFLAGS) -c -o $@ $^
|
||||
Loading…
Add table
Add a link
Reference in a new issue