Updated makefile to run demo package instead of demo.odin

This commit is contained in:
Morten Vassvik
2018-07-05 15:48:55 +02:00
parent ea055f1465
commit e04ba7530d

View File

@@ -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