Newer
Older
linux_kernel_hacking / 3_RootkitTechniques / 3.1_syscall_hooking / Makefile
@Harvey Phillips Harvey Phillips on 16 Jun 2020 157 bytes change folder name
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