aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-08-16 20:58:17 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-08-16 20:58:17 +0200
commit4a96e5094257580eb8ad27d3fc484fa19c7f39a4 (patch)
tree3d832cecb6c48c0adc52acd07d2e6fad4bd2d577 /Makefile
parentba5e8ebe9ab19ea8d69fd081946968cded0eba72 (diff)
downloadnissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.tar.gz
nissy-classic-4a96e5094257580eb8ad27d3fc484fa19c7f39a4.zip
Bugfix in DR from EO
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fa40765..b120d85 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1# See LICENSE file for copyright and license details. 1# See LICENSE file for copyright and license details.
2 2
3VERSION = 2.0.4 3VERSION = 2.0.5
4 4
5PREFIX = /usr/local 5PREFIX = /usr/local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man
@@ -66,4 +66,3 @@ uninstall:
66 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done 66 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done
67 67
68.PHONY: all debug clean dist install uninstall upload 68.PHONY: all debug clean dist install uninstall upload
69

Generated with cgit - Back to sebastiano.tronto.net