fix build

This commit is contained in:
xenia 2020-09-10 03:00:07 -04:00
parent 9a15f1bdb2
commit 2639d09a15
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.zo
*.dep
/kaitai/doc/
/kaitai/compiled/

View File

@ -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

View File

@ -1,6 +1,5 @@
#lang scribble/manual
@require[@for-label[kaitai
racket/base]]
@require[@for-label[kaitai]]
@title{kaitai}
@author{haskal}