Skip to content
Snippets Groups Projects
Verified Commit 9aff870b authored by Martin Sjölund's avatar Martin Sjölund
Browse files

Add a makefile target to open the Julia shell

parent c39241f9
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
run: julia-1.0.4/bin/julia
$< run.jl
shell: julia-1.0.4/bin/julia
$<
julia-1.0.4/bin/julia: julia-1.0.4-linux-x86_64.tar.gz
tar xzf $<
$@ -e 'using Pkg; Pkg.add("BenchmarkTools"); Pkg.add("StatProfilerHTML")'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment