mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 21:20:12 +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
|
cd scripts && $(MAKE) install
|
||||||
|
|
||||||
uninstall:
|
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)$(PREFIX)/share/applications/$(APP_NAME).desktop
|
||||||
rm -f $(DESTDIR)$(BINDIR)/$(APP_GUI_BINARY)
|
rm -f $(DESTDIR)$(BINDIR)/$(APP_GUI_BINARY)
|
||||||
cd scripts && $(MAKE) uninstall
|
cd scripts && $(MAKE) uninstall
|
||||||
@ -62,3 +62,4 @@ clean:
|
|||||||
rm -f $(ODIR)/*.o
|
rm -f $(ODIR)/*.o
|
||||||
rm -f ui/$(BUILT_SRC)
|
rm -f ui/$(BUILT_SRC)
|
||||||
rm -f $(ODIR)/wihotspot-gui
|
rm -f $(ODIR)/wihotspot-gui
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user