feat: add calltoc

This commit is contained in:
2022-12-30 13:04:31 +08:00
parent b98542fff3
commit 060c6b2263
6 changed files with 102 additions and 0 deletions

7
__ffi/calltoc/justfile Normal file
View File

@@ -0,0 +1,7 @@
_:
@just --list
compile_c:
gcc -c myc.c -o myc.o
ar -r libmyc.a myc.o