summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e257468d..277ec4de 100644
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,13 @@ else
endif
.PHONY: clean
-clean: rm -ri ./target/
+clean:
+ rm -ri ./target/
.PHONY: uninstall
-uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/meli
+uninstall:
+ rm -f $(DESTDIR)$(PREFIX)/bin/meli
rm $(DESTDIR)$(PREFIX)/share/man/man1/meli.1.gz
rm $(DESTDIR)$(PREFIX)/share/man/man5/meli.conf.5.gz