nonbinary-tree(TM) now works in a very minimal instance
This commit is contained in:
parent
330755591b
commit
b16590fd5a
15 changed files with 132 additions and 216 deletions
4
Makefile
4
Makefile
|
|
@ -38,7 +38,7 @@ $(BUILD) $(BIN):
|
|||
|
||||
$(BUILD)/dorne.o: $(addprefix $(CLI)/, main.c)
|
||||
$(call mkobj,-Icursetree)
|
||||
$(BUILD)/cursetree.o: $(addprefix $(CT)/, cursetree.c ncrswrap.c)
|
||||
$(BUILD)/cursetree.o: $(addprefix $(CT)/, cursetree.c tree.c node.c surface.c dims.c ncrswrap.c)
|
||||
$(call mkobj,)
|
||||
$(BUILD)/epty.o: $(addprefix $(CT)/, pty/child.c pty/epty.c pty/_pty.c)
|
||||
$(call mkobj,)
|
||||
|
|
@ -56,4 +56,4 @@ test: clean run
|
|||
# === UTILITY TARGETS ===
|
||||
.PHONY: clean
|
||||
clean:
|
||||
- rm -rf $(BUILD) $(BIN) vgcore.* &>/dev/null
|
||||
- rm -rf $(BUILD) $(BIN) vgcore.* &>/dev/null logs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue