preserves/tests/Makefile

8 lines
150 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/preserves/tool.rkt --atob < $< > $@
2019-08-27 20:09:07 +00:00
clean:
rm -f samples.bin