cve-2026-0861: cve-2026-0861.c
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)

install:
	#do nothing

clean:
	rm -f cve-2026-0861
