@@ -0,0 +1,12 @@
PREFIX = /usr/local
all: install
install:
install -D -m 0755 gotcha ${DESTDIR}${PREFIX}/bin/gotcha
uninstall:
rm ${DESTDIR}${PREFIX}/bin/gotcha
test:
sh ./test.sh
The note is not visible to the blocked user.