aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorColin Davidson <colrdavidson@gmail.com>2022-03-14 05:27:08 -0700
committerColin Davidson <colrdavidson@gmail.com>2022-03-14 05:27:08 -0700
commit34727f99e33c1503a2714653b0186a1a358a4a8c (patch)
tree7b9e7ba6a35a7612ad19d0c6021ed1d68f95c368 /Makefile
parent860583378193efead071332b28be6ac426a99ece (diff)
oops, fix report
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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