Skip to content

Commit

Permalink
fix native examples in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
let-def committed Oct 29, 2020
1 parent 2a28fd4 commit 108ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(RUN_TESTS_BC):
dune exec examples/$(patsubst run-%,%,$@.bc)

$(RUN_TESTS_EXE):
dune exec examples/$(patsubst run-%,%,$@.exe)
dune exec examples/$(patsubst run-%,%,$@)

run-cbor-explorer.exe:
rm curdir.cbor || true
Expand Down

0 comments on commit 108ef8c

Please sign in to comment.