Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Oct 27, 2017
1 parent ff78429 commit 1b655bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(SALSA)/Hacl.Test.Chacha20.wasm: EXTRA+=-drop $(HACL_DROP)

.PHONY: $(SALSA)/Hacl.Test.Chacha20.krml
$(SALSA)/Hacl.Test.Chacha20.krml:
KREMLIN_ARGS=-wasm $(MAKE) -C $(SALSA) extract-c
KREMLIN_ARGS=-wasm $(MAKE) -C $(SALSA) chacha-c/out.krml
[ -e $(subst .krml,.out,$@) ] || ln -sf $(SALSA)/chacha-c $(subst .krml,.out,$@)
cp $(subst .krml,.out,$@)/out.krml $@

Expand Down

0 comments on commit 1b655bc

Please sign in to comment.