From 108ef8c047247f6c9554357fe88923654844965e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bour?= Date: Sun, 25 Oct 2020 15:40:03 +0100 Subject: [PATCH] fix native examples in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6387445..6080759 100644 --- a/Makefile +++ b/Makefile @@ -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