preserves/Makefile

11 lines
353 B
Makefile
Raw Normal View History

2018-09-29 16:26:39 +00:00
preserves.pdf: preserves.md preserves.css
2019-08-18 16:52:11 +00:00
google-chrome --headless --disable-gpu --print-to-pdf=$@ \
http://localhost:4000/preserves/preserves.html
2020-05-13 10:56:01 +00:00
test-all:
make -C tests
(cd implementations/javascript; npm test)
(cd implementations/python; make test)
(cd implementations/racket/preserves; make testonly)
(cd implementations/rust; cargo test)