cve-2024-2961: cve-2024-2961.c
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)

install:
	#do nothing

clean:
	rm -f cve-2024-2961
