Archived
1
0
Fork 0

some cleanup and extended insertion in rbtree, updated rbtree test

This commit is contained in:
Henrik Hautakoski 2010-04-28 08:49:15 +02:00 committed by Henrik Hautakoski
parent 401b11fdcf
commit f630cbf979
8 changed files with 382 additions and 310 deletions

View file

@ -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)