Fix makefile indentation

This commit is contained in:
Lakindu Akash 2021-01-19 00:50:40 +05:30 committed by GitHub
parent 9182e360a1
commit a45f6f6569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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