fix build
This commit is contained in:
parent
9a15f1bdb2
commit
2639d09a15
|
@ -1,2 +1,4 @@
|
|||
*.zo
|
||||
*.dep
|
||||
/kaitai/doc/
|
||||
/kaitai/compiled/
|
||||
|
|
7
Makefile
7
Makefile
|
@ -1,7 +1,10 @@
|
|||
.PHONY: all
|
||||
.PHONY: all install
|
||||
|
||||
KSY_FORMATS_REPO="https://github.com/kaitai-io/kaitai_struct_formats"
|
||||
KSY_SCHEMA_REPO="https://github.com/kaitai-io/ksy_schema"
|
||||
|
||||
all:
|
||||
@raco make -j $$(nproc) -v $$(find . -iname '*.rkt')
|
||||
raco setup kaitai
|
||||
|
||||
install:
|
||||
raco pkg install $(PWD)/kaitai
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang scribble/manual
|
||||
@require[@for-label[kaitai
|
||||
racket/base]]
|
||||
@require[@for-label[kaitai]]
|
||||
|
||||
@title{kaitai}
|
||||
@author{haskal}
|
||||
|
|
Loading…
Reference in New Issue