From 84293f35f10b3e6a133835fbff2e2656bfd1fb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 6 Sep 2025 17:53:18 -0700 Subject: Added boshiamy as dependency for make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e5b0b9..4806a5d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ptyim: ptyim.c im.h +ptyim: ptyim.c im.h boshiamy.h gcc ptyim.c -o ptyim install: ptyim cp ptyim /usr/bin/ptyim -- cgit v1.1