diff --git a/juliac/Makefile b/juliac/Makefile index 99300e8..11d6869 100644 --- a/juliac/Makefile +++ b/juliac/Makefile @@ -8,6 +8,7 @@ runicc: runicc.jl Project.toml Manifest.toml $(RUNIC_FILES) Manifest.toml: Project.toml ../Project.toml $(JULIA) --project=. -e 'using Pkg; Pkg.instantiate()' + @touch $@ # Pkg.instantiate doesn't update the mtime if there are no changes clean: -rm -f runicc Manifest.toml