From 67e89cdf3f6824ed481ba79401f472bfd868885a Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 26 Mar 2023 01:22:14 +0100 Subject: [PATCH] indent --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8b13a99..0d1c6f6 100644 --- a/Makefile +++ b/Makefile @@ -74,14 +74,14 @@ uninstall: $(DESTDIR)$(PREFIX)/bin/spmenu* help: - @echo install: Installs spmenu. You may need to run this as root. + @echo install: Installs spmenu. You may need to run this as root. @echo uninstall: Uninstalls spmenu. You may need to run this as root. - @echo dist: Creates a release for spmenu. - @echo clean: Removes objects and tarballs. - @echo man: Generate man page for spmenu - @echo compat: Installs compatibility with dmenu. WARNING: This will overwrite dmenu and dmenu_run - @echo pkg_arch: Creates an Arch package based on the PKGBUILD - @echo help: Displays this help sheet. + @echo dist: Creates a release for spmenu. + @echo clean: Removes objects and tarballs. + @echo man: Generate man page for spmenu + @echo compat: Installs compatibility with dmenu. WARNING: This will overwrite dmenu and dmenu_run + @echo pkg_arch: Creates an Arch package based on the PKGBUILD + @echo help: Displays this help sheet. man: printf "%% spmenu(1) $(VERSION) | dynamic menu\n" > .man.md