all: bin/cdf bin/cdf: src/cdf.c include/cdf.h gcc -std=c23 -Iinclude src/cdf.c -o bin/cdf