Add disposal cost to product report

This commit is contained in:
2021-10-15 09:39:35 -05:00
parent a03b9169fd
commit 57b7d09c08
3 changed files with 12 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ VERSION := 0.5
all: docs test
build/sysimage.so: src/sysimage.jl Project.toml Manifest.toml
@$(JULIA) src/sysimage.jl
@$(JULIA) src/sysimage.jl test/runtests.jl
clean:
rm -rf build/*