mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Fix makefile indentation
This commit is contained in:
parent
9182e360a1
commit
a45f6f6569
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user