diff options
| author | Morten Vassvik <mvassvik@gmail.com> | 2018-07-05 15:48:55 +0200 |
|---|---|---|
| committer | Morten Vassvik <mvassvik@gmail.com> | 2018-07-05 15:48:55 +0200 |
| commit | e04ba7530d7439cb97f4f061f68d4e8149f0735e (patch) | |
| tree | b5b0cd3d3730c0521cebb2b07d7e87e45985d60d | |
| parent | ea055f14654e3fe4580a71ce7490adb11ce0809d (diff) | |
Updated makefile to run demo package instead of demo.odin
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |