all: samples.bin samples.bin: samples.txt racket ../implementations/racket/preserves/preserves/tool.rkt --atob < $< > $@ clean: rm -f samples.bin