racket-kaitai/Makefile

8 lines
201 B
Makefile
Raw Normal View History

2020-09-05 05:47:54 +00:00
.PHONY: all
KSY_FORMATS_REPO="https://github.com/kaitai-io/kaitai_struct_formats"
2020-09-05 08:19:24 +00:00
KSY_SCHEMA_REPO="https://github.com/kaitai-io/ksy_schema"
2020-09-05 05:47:54 +00:00
all:
2020-09-10 06:48:28 +00:00
@raco make -j $$(nproc) -v $$(find . -iname '*.rkt')