mirror of
https://github.com/gnif/vendor-reset.git
synced 2025-12-29 06:59:29 +01:00
Remove extra tab
This commit is contained in:
parent
68ca4816b6
commit
710b434e85
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user