mv cursetree/pty subdir

This commit is contained in:
Emile Clark-Boman 2025-09-13 10:47:48 +10:00
parent 878be07a71
commit 69745c81f7
7 changed files with 1 additions and 1 deletions

View file

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