From a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 6 Sep 2022 18:00:40 +0200 Subject: Symcoord version of nissy. Interesting idea, but performance are actually slower. AT THIS STAGE NISSY IS NOT USABLE. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 735571f..6686b86 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See LICENSE file for copyright and license details. -VERSION = 2.0.2 +VERSION = post-2.0.2 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -26,8 +26,7 @@ debug: ${CC} ${DBGFLAGS} -o nissy src/*.c clean: - rm -rf nissy nissy*.exe nissy*.tar.gz - rm doc/nissy.html doc/nissy.pdf + rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf dist: clean nissy.exe mkdir -p nissy-${VERSION} -- cgit v1.3