preserves/tests/Makefile

8 lines
140 B
Makefile
Raw Normal View History

2019-08-27 20:09:07 +00:00
all: samples.bin
samples.bin: samples.txt
racket ../implementations/racket/preserves/tool.rkt --atob < $< > $@
clean:
rm -f samples.bin