Files
ctf/2024/bi0sctf/pwn/virtio-note/exploit/Makefile
2025-06-06 03:13:31 +02:00

8 lines
110 B
Makefile

obj-m += malicious_driver.o
all:
make -C ../linux M=$(PWD) modules
clean:
make -C ../linux M=$(PWD) clean