Newer
Older
linux_kernel_hacking / 3_RootkitTechniques / 3.4_hiding_directories / Makefile
@Harvey Phillips Harvey Phillips on 22 Jun 2020 157 bytes add directory hiding
obj-m += rootkit.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean