mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-03-28 13:12:43 +01:00
Remove extra tab
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ all:
|
|||||||
$(MAKE) -C $(KDIR) M=$(PWD) modules
|
$(MAKE) -C $(KDIR) M=$(PWD) modules
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C $(KDIR) M=$(PWD) clean
|
$(MAKE) -C $(KDIR) M=$(PWD) clean
|
||||||
|
|
||||||
load: all
|
load: all
|
||||||
grep -q '^vendor_reset' /proc/modules && sudo rmmod vendor_reset || true
|
grep -q '^vendor_reset' /proc/modules && sudo rmmod vendor_reset || true
|
||||||
|
|||||||
Reference in New Issue
Block a user