Browse Source

Update Makefile

Jeroen van Rijn 3 năm trước cách đây
mục cha
commit
d262eda91c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Makefile

+ 2 - 2
Makefile

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