etc
/
lpe
1
0
Fork 0
lpe/CVE-2017-1000112/Makefile

8 lines
95 B
Makefile
Raw Permalink Normal View History

2019-08-19 20:33:39 +00:00
TARGET := CVE-2017-1000112
all:
gcc CVE-2017-1000112.c -o $(TARGET)
clean:
rm -f $(TARGET)