aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-22 11:18:47 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-22 11:18:47 +0100
commit3a402c530b420080c5c0415e4727c9fb29a181b7 (patch)
tree78875b180810b58a8cdfa47736f482ee9f1b1b73 /Makefile
parent719080e6a88c4e17ba33a8dfec817e2d89ee666e (diff)
downloadnissy-3a402c530b420080c5c0415e4727c9fb29a181b7.tar.gz
nissy-3a402c530b420080c5c0415e4727c9fb29a181b7.zip
Moved tables to new website.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8752d20..7ffd642 100644
--- a/Makefile
+++ b/Makefile
@@ -57,5 +57,5 @@ uninstall:
57 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 57 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1
58 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done 58 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done
59 59
60.PHONY: all options nissy win debug clean dist install uninstall 60.PHONY: all options win debug clean dist install uninstall
61 61

Generated with cgit - Back to sebastiano.tronto.net