mata_bot

some cheeky bot for #unix_surrealism
git clone https://git.pastanoggin.com/mata_bot.git
Log | Files | Refs | README | LICENSE

commit e0a8c22b4982a03d853e8aed4563cc30cc30389e
parent b4ece6465dd7dd6d2a913b20740825d6d79b2d8f
Author: boredpasta <boredpasta@tutanota.com>
Date:   Sat, 22 Mar 2025 18:23:17 +0200

add a makefile for easier setup

Diffstat:
AMakefile | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,10 @@ +PREFIX = /home/mata_bot + +install: + install -g mata_bot -o mata_bot -d ${DISTDIR}${PREFIX}/bin + install -g mata_bot -m 0555 -o mata_bot mata_bot.pl ${DESTDIR}${PREFIX}/bin + install -g mata_bot -m 0444 -o mata_bot quotes ${DESTDIR}${PREFIX} + install -g mata_bot -m 0444 -o mata_bot ball ${DESTDIR}${PREFIX} + +uninstall: + rm -f ${DESTDIR}${PREFIX}/bin/mata_bot.pl ${DESTDIR}${PREFIX}/ball