Wrote basic makefile, wrote tests, and then fixed them
This commit is contained in:
parent
7adae0da7c
commit
faab7b7cf8
11 changed files with 137 additions and 11 deletions
|
|
@ -1,6 +1,4 @@
|
|||
include ../config.mk
|
||||
include ../common.mk
|
||||
|
||||
all: allocator.o
|
||||
|
||||
%.o: %.c
|
||||
gcc $(CFLAGS) -c -o $@ $^
|
||||
Loading…
Add table
Add a link
Reference in a new issue