1
0
Files
2019-08-17 12:44:54 +00:00

8 lines
91 B
Makefile

TARGET := CVE-2017-16995
all:
gcc CVE-2017-16995.c -o $(TARGET)
clean:
rm -f $(TARGET)