diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-22 11:18:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-22 11:18:47 +0100 |
| commit | 3a402c530b420080c5c0415e4727c9fb29a181b7 (patch) | |
| tree | 78875b180810b58a8cdfa47736f482ee9f1b1b73 /Makefile | |
| parent | 719080e6a88c4e17ba33a8dfec817e2d89ee666e (diff) | |
| download | nissy-3a402c530b420080c5c0415e4727c9fb29a181b7.tar.gz nissy-3a402c530b420080c5c0415e4727c9fb29a181b7.zip | |
Moved tables to new website.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
