1
0

Reset tableau de char

This commit is contained in:
2018-05-14 09:57:41 +02:00
parent ea5558b03b
commit c3f1918176
10 changed files with 99 additions and 55 deletions

View File

@ -1,6 +1,6 @@
obj-m+=chatlumot.o
all:
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
make -I /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include/ -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
make -I /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include/ -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean