Files
ctf/bi0sctf23/pwn/virtio-note/exploit/Makefile
2024-02-27 23:36:18 +01: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