etc
/
lpe
1
0
Fork 0
lpe/CVE-2019-15666/Makefile

9 lines
143 B
Makefile
Raw Normal View History

2020-06-14 23:39:22 +00:00
TARGET := CVE-2019-15666
all:
gcc CVE-2019-15666.c -o $(TARGET) -lpthread
cp test.sh $(TARGET)_test
clean:
rm -f $(TARGET) $(TARGET)_test