nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit 7a3643d82d605343c5003671f89b4128323922b2
parent 7e5fd04449684d41357e15de1593745725367dff
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 19 Feb 2025 16:25:43 +0100

Small fix in Makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -65,4 +65,4 @@ uninstall: rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done -.PHONY: all debug clean dist install uninstall upload +.PHONY: all debug clean dist install uninstall upload website