aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Vassvik <mvassvik@gmail.com>2018-07-05 15:48:55 +0200
committerMorten Vassvik <mvassvik@gmail.com>2018-07-05 15:48:55 +0200
commite04ba7530d7439cb97f4f061f68d4e8149f0735e (patch)
treeb5b0cd3d3730c0521cebb2b07d7e87e45985d60d
parentea055f14654e3fe4580a71ce7490adb11ce0809d (diff)
Updated makefile to run demo package instead of demo.odin
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4e1fab92..8f8fe0d75 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ endif
all: debug demo
demo:
- ./odin run examples/demo.odin
+ ./odin run examples/demo
debug:
$(CC) src/main.cpp $(DISABLED_WARNINGS) $(CFLAGS) -g $(LDFLAGS) -o odin