nissy-classic

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

commit 89268e911e51a7b1c413cfae1520b2db6e60086f
parent c646d0953f0e7178876545a62247b92bdec3cc32
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 12 Nov 2021 15:26:11 +0100

avoid re-compiling on make install

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

diff --git a/Makefile b/Makefile @@ -37,7 +37,7 @@ dist: clean gzip nissy-${VERSION}.tar rm -rf nissy-${VERSION} -install: nissy +install: nissy.o mkdir -p ${DESTDIR}${PREFIX}/bin cp -f nissy.o ${DESTDIR}${PREFIX}/bin/nissy chmod 755 ${DESTDIR}${PREFIX}/bin/nissy