rewrite complete #1

Merged
vx-clutch merged 20 commits from rewrite into main 2026-01-14 20:39:15 -05:00
Showing only changes of commit 29fdadafdb - Show all commits

View File

@@ -3,3 +3,12 @@ all:
install:
cp bin/yait /usr/local/bin
mkdir -p /etc/yait
cp t/default/* /etc/yait
cp yait.1 /usr/local/share/man/man1/yait.1
chmod 644 /usr/local/share/man/man1/yait.1
uninstall:
$(RM) /usr/local/bin/yait
$(RM) -r /etc/yait
$(RM) /usr/local/share/man/man1/yait.1