From 8bacc5022822673998ff3d3d922c9a12d036ff22 Mon Sep 17 00:00:00 2001 From: anoop142 Date: Sun, 5 Nov 2023 13:05:57 +0530 Subject: [PATCH] Makefile: typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d6f611..64c13f8 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ install-script: install: ./install.sh install -.PHNY: uninstall +.PHONY: uninstall uninstall: install-script ./install.sh uninstall