odin_editor/Makefile

5 lines
88 B
Makefile

all: editor
editor: src/**/*.odin
mkdir -p bin
odin build src/ -out:bin/editor -debug