Skip to content

Commit

Permalink
jlog, makefile proof, trying script option
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Oct 1, 2024
1 parent ada6fa4 commit de9e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $(ALL_OUT):
ifeq ($(CI),1)
mkdir -p $(@D)/$(CI_DIR)
endif
($(EASYCRYPT) -R arrays/ -R $(abspath $(@D)/../../) $(ECARGS) $(subst .out,,$@) > $@) $(CI_CMD) || !(($(FAIL_ON_ERROR)))
($(EASYCRYPT) -script -R arrays/ -R $(abspath $(@D)/../../) $(ECARGS) $(subst .out,,$@) > $@) $(CI_CMD) || !(($(FAIL_ON_ERROR)))


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit de9e3e4

Please sign in to comment.