Files
JonathanSalwan-ROPgadget/binary-test/Makefile
T
2013-01-02 21:49:47 -05:00

7 lines
86 B
Makefile

nullable: nullable.c
gcc -o $@ $< -static -fno-stack-protector
clean:
rm nullable