diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh b/comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh new file mode 100644 index 0000000..26424d7 --- /dev/null +++ b/comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh @@ -0,0 +1,4 @@ +#!/bin/sh +zpy ./main.zpy -c -o main.c +zpy ./helloworld.zpy -c -o helloworld.c +cc main.c helloworld.c /usr/local/share/zpylib/zpylib.o -o main -I/usr/local/share/zpylib/include -Wno-implicit-function-declaration |