git @ Cat's Eye Technologies Flobnar / master
Make JavaScript version buildable with hastec-in-Docker-container. Chris Pressey 1 year, 9 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010
1111 if command -v hastec >/dev/null 2>&1; then
1212 echo "building $PROG.js with hastec"
13 (cd src && hastec --make HasteMain.hs -o ../demo/$PROG.js)
13 (cd src && hastec --make HasteMain.hs -o $PROG.js && mv $PROG.js ../demo/$PROG.js)
1414 else
1515 echo "hastec not found, not building $PROG.js"
1616 fi