mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Updated makefile to run demo package instead of demo.odin
This commit is contained in:
@@ -12,7 +12,7 @@ endif
|
|||||||
all: debug demo
|
all: debug demo
|
||||||
|
|
||||||
demo:
|
demo:
|
||||||
./odin run examples/demo.odin
|
./odin run examples/demo
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
$(CC) src/main.cpp $(DISABLED_WARNINGS) $(CFLAGS) -g $(LDFLAGS) -o odin
|
$(CC) src/main.cpp $(DISABLED_WARNINGS) $(CFLAGS) -g $(LDFLAGS) -o odin
|
||||||
|
|||||||
Reference in New Issue
Block a user