mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
10 years ago
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
codepage: |
|||
gcc -o $@ -std=c99 -O2 -Wall -Wextra -Isrc/ \
|
|||
src/duktape.c examples/codepage-conv/duk_codepage_conv.c \
|
|||
examples/codepage-conv/test.c -lm |
Loading…
Reference in new issue