TARGET := CVE-2016-5195 all: gcc CVE-2016-5195.c -o $(TARGET) -lpthread clean: rm -f $(TARGET)