Accidentally messed up tabs in Makefile with spaces. Fixing with a tab.
Signed-off-by: Nur Hussein <redacted>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index eb5fc2e..3725bc0 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ install:
.PHONY: uninstall
uninstall:
- ./uninstall $(PREFIX)/bin/ $(SCRIPTS)
+ ./uninstall $(PREFIX)/bin/ $(SCRIPTS)
.PHONY: doc
doc:
--
1.4.4.4
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.