forked from vieter-v/libvieter
feat(tree): initially working binary tree
This commit is contained in:
parent
98f158e1f5
commit
935a610b7e
4 changed files with 141 additions and 18 deletions
2
Makefile
2
Makefile
|
|
@ -43,7 +43,7 @@ objs: $(OBJS)
|
|||
|
||||
.PHONY: vieter
|
||||
vieter: $(LIB)
|
||||
$(BUILD_DIR)/$(LIB_FILENAME): $(OBJS)
|
||||
$(LIB): $(OBJS)
|
||||
ar -rcs $@ $(OBJS)
|
||||
|
||||
$(BUILD_DIR)/$(SRC_DIR)/%.c.o: $(SRC_DIR)/%.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue