summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-12 22:10:16 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-12 22:10:16 -0700
commit9f80defcd51d2c429de55e1209dfa8f6fd22bc69 (patch)
treeae85eb7f102e52c4bed629bb94650039a4383497 /Makefile
parent9e388285b965509fea6aa9cdb52b4aacf3a8728c (diff)
added escape sequence detector state machine
fixed glitch where exiting only happens after 1 final keypress input
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4806a5d..2b3d7ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-ptyim: ptyim.c im.h boshiamy.h
+ptyim: ptyim.c im.h escape.h boshiamy.h
gcc ptyim.c -o ptyim
install: ptyim
cp ptyim /usr/bin/ptyim