From 203e7115690c347a6c9f0c9b9f1e778b595414ab Mon Sep 17 00:00:00 2001 From: Skull_is_dull Date: Sat, 18 Mar 2023 10:19:31 +0000 Subject: [PATCH] Typo --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 042377a..c314ee7 100644 --- a/makefile +++ b/makefile @@ -11,6 +11,6 @@ clean: install: lavat install -D lavat $(DESTDIR)$(PREFIX)/bin/lavat -.PHONY: unistall -unistall: +.PHONY: uninstall +uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/lavat