Compilation script
This commit is contained in:
parent
913aa8523e
commit
ace8222b7e
1 changed files with 8 additions and 0 deletions
8
flagpole/comp.sh
Executable file
8
flagpole/comp.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -xe
|
||||||
|
fpfile="$1"
|
||||||
|
asmfile="${fpfile%.*}.asm"
|
||||||
|
binfile="${fpfile%.*}"
|
||||||
|
./fvmfpc -f $1 > ${asmfile}
|
||||||
|
fasmg ${asmfile}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue