This commit is contained in:
Tituya 2020-11-14 18:23:16 +01:00
parent e2111cdcb8
commit d530e0653e
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/bash
echo "making setlevel.c from editor"
rm src/setlevel.c
python compile_level.py
python3 compile_level.py
echo "done"
echo "making times.c from times.lvl"
rm src/times.c
python time.py
python3 time.py
echo "done"
echo "building for cg"
fxsdk build-cg

View File

@ -1,3 +1,3 @@
#!/usr/bin/bash
echo "opening editor"
python editor/AST3generator.py
python3 editor/AST3generator.py