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

9 lines
143 B
Makefile

TARGET := CVE-2019-15666
all:
gcc CVE-2019-15666.c -o $(TARGET) -lpthread
cp test.sh $(TARGET)_test
clean:
rm -f $(TARGET) $(TARGET)_test