Skip to content

Commit

Permalink
fix: incorrect bytecode size count
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 15, 2024
1 parent fae1d99 commit fae19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ build-fortran: (_check "gfortran") && (_size "./count")
gfortran -O3 -o count ./count.f90
echo './count {{i}}' > CMD

build-java: (_check "javac java") && (_size "./count.java") (_sizet "bytecode")
build-java: (_check "javac java") && (_size "./count.class") (_sizet "bytecode")
javac --version > VERSION
java --version | head -1 >> VERSION
javac count.java
Expand Down

0 comments on commit fae19d4

Please sign in to comment.