mirror of
https://github.com/JonathanSalwan/ROPgadget
synced 2026-06-08 11:25:23 +00:00
7 lines
86 B
Makefile
7 lines
86 B
Makefile
|
|
nullable: nullable.c
|
|
gcc -o $@ $< -static -fno-stack-protector
|
|
|
|
clean:
|
|
rm nullable
|