semicolon and bit nicer

This commit is contained in:
twoneis 2025-03-27 17:17:39 +01:00
parent 232cd71f5d
commit b2e8709647
2 changed files with 6 additions and 4 deletions

View file

@ -5,12 +5,12 @@ all: module
module:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
clean: rmmod
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean
insmod: module
insert: module
insmod lkm.ko
chmod 666 /dev/lkm
rmmod:
remove:
rmmod lkm