summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-10-15 10:19:30 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-10-15 10:19:30 +0100
commitfaef2d81c224b715c5e429d04c59ba50fb772d9e (patch)
tree2f75197a884ded3486c14e09908cb23bd24b968c /comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh
parent3564e513623bb3fc4d528d3d29df9aa91dae1396 (diff)
added a stupid amount of work to zpy, and started the document work in latex
rather than groff
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh')
-rw-r--r--comp/lucas-standen-NEA/code2/examples/helloworldadv/zpybuild.sh4
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