summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-06 17:53:18 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2025-09-06 17:53:18 -0700
commit84293f35f10b3e6a133835fbff2e2656bfd1fb95 (patch)
tree7c6abc036894ee9dd0150fdccab9fe8486bfd8db /Makefile
parent230035379c64777cb49041bb1411925e3332a456 (diff)
Added boshiamy as dependency for make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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