fix: set output to . for labts compiler

This commit is contained in:
2025-03-12 23:34:39 +00:00
parent 96ba81e24a
commit 0d8be53ae4

View File

@@ -4,6 +4,6 @@
# but do *not* change its name.
# feel free to adjust to suit the specific internal flags of your compiler
./wacc-compiler "$@"
./wacc-compiler --output . "$@"
exit $?