From 06c3b9610b7694db34ee91312d8f3aa2196d7d62 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Feb 2022 17:20:30 +0100 Subject: Added cleanup command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcad62b..f170e5e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See LICENSE file for copyright and license details. -VERSION = 2.0.1 +VERSION = 2.1-current PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -16,7 +16,7 @@ CC = cc all: nissy -nissy: +nissy: clean ${CC} ${CFLAGS} -o nissy src/*.c nissy.exe: -- cgit v1.3