Small fixes to Makefile

[benchmark]
This commit is contained in:
2020-11-18 13:34:18 -06:00
parent 9957894bdc
commit 4146aa9f95
2 changed files with 5 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ VERSION := 0.1
build/sysimage.so: src/sysimage.jl Project.toml Manifest.toml
mkdir -p build
$(JULIA) --trace-compile=precompile.jl benchmark/run.jl test/case14.json.gz
mkdir -p benchmark/results/test
cd benchmark; $(JULIA) --trace-compile=../build/precompile.jl run.jl test/case14.1.sol.json
$(JULIA) src/sysimage.jl
rm precompile.jl
clean:
rm -rf build/*