From 34727f99e33c1503a2714653b0186a1a358a4a8c Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Mon, 14 Mar 2022 05:27:08 -0700 Subject: [PATCH] oops, fix report --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77a30b46a..82150c6a2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ demo: ./odin run examples/demo/demo.odin report: - ./odin.sh report + ./odin report debug: ./build_odin.sh debug