fix native examples in Makefile

This commit is contained in:
Frédéric Bour 2020-10-25 15:40:03 +01:00
parent 2a28fd4f6a
commit 2a8ff279e6
1 changed files with 1 additions and 1 deletions

View File

@ -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