mv cursetree/pty subdir
This commit is contained in:
parent
878be07a71
commit
69745c81f7
7 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ $(BUILD)/dorne.o: $(addprefix $(CLI)/, main.c)
|
|||
$(call mkobj,-Icursetree)
|
||||
$(BUILD)/cursetree.o: $(addprefix $(CT)/, cursetree.c curse.c)
|
||||
$(call mkobj,)
|
||||
$(BUILD)/epty.o: $(addprefix $(CT)/, child.c epty.c _pty.c)
|
||||
$(BUILD)/epty.o: $(addprefix $(CT)/, pty/child.c pty/epty.c pty/_pty.c)
|
||||
$(call mkobj,)
|
||||
|
||||
# === DEVELOPMENT TARGETS ===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue