odin_editor/Makefile

5 lines
70 B
Makefile

all: editor
editor: src/*.odin
odin build src/ -out:bin/editor -lld