Skip to content

Commit

Permalink
fix julia again
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Dec 19, 2023
1 parent fae1f22 commit fae17a5
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 @@ -120,7 +120,7 @@ build-cobol: (_check "cobc")
echo './count {{i}}' > CMD

build-julia: (_check "julia")
echo 'julia ./count.jl' > CMD
echo 'julia ./count.jl {{i}}' > CMD

build-coffeescript: (_check "coffee")
echo 'coffee ./count.coffee {{i}}' > CMD

0 comments on commit fae17a5

Please sign in to comment.