Skip to content

Commit

Permalink
juliac: always update mtime of the manifest whenever the target is run
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Sep 3, 2024
1 parent 38a0486 commit 539ef2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions juliac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 539ef2c

Please sign in to comment.