Compilation script

This commit is contained in:
cannoli-fruit 2026-07-31 01:29:00 -04:00
commit ace8222b7e

8
flagpole/comp.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -xe
fpfile="$1"
asmfile="${fpfile%.*}.asm"
binfile="${fpfile%.*}"
./fvmfpc -f $1 > ${asmfile}
fasmg ${asmfile}