racket-kaitai/Makefile

11 lines
216 B
Makefile
Raw Permalink Normal View History

2020-09-10 07:00:07 +00:00
.PHONY: all install
2020-09-05 05:47:54 +00:00
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 07:00:07 +00:00
raco setup kaitai
install:
raco pkg install $(PWD)/kaitai