Browse Source

oops, fix report

Colin Davidson 3 years ago
parent
commit
34727f99e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ demo:
 	./odin run examples/demo/demo.odin
 	./odin run examples/demo/demo.odin
 
 
 report:
 report:
-	./odin.sh report
+	./odin report
 
 
 debug:
 debug:
 	./build_odin.sh debug
 	./build_odin.sh debug