wrap and rename ALL the types
This commit is contained in:
parent
b9fc06117e
commit
051dbfabea
18 changed files with 577 additions and 480 deletions
|
@ -6,8 +6,9 @@ REPO_ROOT := $(THIS_DIR)/../../../..
|
|||
build: out/lang_c
|
||||
|
||||
clean:
|
||||
rm -r out
|
||||
rm include/servicepoint.h
|
||||
rm -r out || true
|
||||
rm include/servicepoint.h || true
|
||||
cargo clean
|
||||
|
||||
run: out/lang_c
|
||||
out/lang_c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue