odin_editor/Makefile

8 lines
121 B
Makefile

all: editor
editor: src/*.odin rg
odin build src/ -out:bin/editor -lld
rg:
cargo b --manifest-path=lib-rg/Cargo.toml