some cleanup and extended insertion in rbtree, updated rbtree test
This commit is contained in:
parent
401b11fdcf
commit
f630cbf979
8 changed files with 382 additions and 310 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ all :
|
|||
|
||||
me :
|
||||
mkdir -p $(BUILD)
|
||||
$(CC) $(CFLAGS) $(SOURCES) -o $(BUILD)/arch
|
||||
$(CC) $(CFLAGS) $(DEFS) $(SOURCES) -o $(BUILD)/arch
|
||||
|
||||
clean :
|
||||
rm -fr $(BUILD)
|
||||
|
|
|
|||
Reference in a new issue