school

thing1's amazing school repo
Log | Files | Refs | Submodules | README

zpybuild.sh (211B)


      1 #!/bin/sh
      2 zpy ./main.zpy -c -o main.c
      3 zpy ./helloworld.zpy -c -o helloworld.c
      4 cc main.c helloworld.c /usr/local/share/zpylib/zpylib.o -o main -I/usr/local/share/zpylib/include -Wno-implicit-function-declaration