Browse Source

Update Makefile

Jeroen van Rijn 3 years ago
parent
commit
d262eda91c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,7 +1,7 @@
-all: debug demo
+all: debug
 
 
 demo:
 demo:
-	./odin run examples/demo/demo.odin
+	./odin run examples/demo/demo.odin -file
 
 
 report:
 report:
 	./odin report
 	./odin report