diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 17:53:18 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 17:53:18 -0700 |
commit | 84293f35f10b3e6a133835fbff2e2656bfd1fb95 (patch) | |
tree | 7c6abc036894ee9dd0150fdccab9fe8486bfd8db /Makefile | |
parent | 230035379c64777cb49041bb1411925e3332a456 (diff) |
Added boshiamy as dependency for make
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |