Fix build script

This commit is contained in:
Gabriel Tofvesson 2019-04-27 00:44:39 +02:00
parent 0f5c426699
commit 40d1031392

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
MODULE_PATH=$(realpath $PWD/${0%build\.sh}) MODULE_PATH=$(realpath ${0%/*})
# JARs # JARs
UCOMP=microcompiler.jar UCOMP=microcompiler.jar