rewrite complete #1
9
Makefile
9
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user