Parcourir la source

oops, fix report

Colin Davidson il y a 3 ans
Parent
commit
34727f99e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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