fix: set output to . for labts compiler
This commit is contained in:
2
compile
2
compile
@@ -4,6 +4,6 @@
|
|||||||
# but do *not* change its name.
|
# but do *not* change its name.
|
||||||
|
|
||||||
# feel free to adjust to suit the specific internal flags of your compiler
|
# feel free to adjust to suit the specific internal flags of your compiler
|
||||||
./wacc-compiler "$@"
|
./wacc-compiler --output . "$@"
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user