From 7a3643d82d605343c5003671f89b4128323922b2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 19 Feb 2025 16:25:43 +0100 Subject: Small fix in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c7a07d..d7bab22 100644 --- a/Makefile +++ b/Makefile @@ -65,4 +65,4 @@ uninstall: rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done -.PHONY: all debug clean dist install uninstall upload +.PHONY: all debug clean dist install uninstall upload website -- cgit v1.3