We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bf3c8 commit c57f1beCopy full SHA for c57f1be
compile
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+mkdir -p bin
4
+
5
cd src
6
7
echo -e "\e[1m\e[37mGenerating grammer2.5.inc\e[0m"
@@ -13,7 +15,7 @@ echo -e "\e[1m\e[37mAssembling App\e[0m"
13
15
spasm grammer.z80 ../bin/grammer.8xk -I ../z80float/single
14
16
17
# Check for an experimental package
-if [ ! -f "experimental/experimental.z80" ];then
18
+if [ ! -f "../bin/EXPRMNTL.8xv" ];then
19
echo -e "\e[1m\e[37mAssembling Experimental Package\e[0m"
20
spasm experimental/experimental.z80 ../bin/EXPRMNTL.8xv -I single
21
fi
Haha you found the issue in your too?
1 commit comments
NonstickAtom785 commentedon Feb 24, 2020
Haha you found the issue in your too?