From a45f6f6569bdb3321142c8e347801ab544f3c2bd Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 19 Jan 2021 00:50:40 +0530 Subject: [PATCH] Fix makefile indentation --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 21fa618..3724a2b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -47,7 +47,7 @@ install: $(ODIR)/wihotspot-gui cd scripts && $(MAKE) install uninstall: - rm -f $(DESTDIR)$(PREFIX)/share/pixmaps/wihotspot.png + rm -f $(DESTDIR)$(PREFIX)/share/pixmaps/wihotspot.png rm -f $(DESTDIR)$(PREFIX)/share/applications/$(APP_NAME).desktop rm -f $(DESTDIR)$(BINDIR)/$(APP_GUI_BINARY) cd scripts && $(MAKE) uninstall @@ -62,3 +62,4 @@ clean: rm -f $(ODIR)/*.o rm -f ui/$(BUILT_SRC) rm -f $(ODIR)/wihotspot-gui +