mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
7 lines
96 B
Makefile
7 lines
96 B
Makefile
all: .obj/build.ninja
|
|
@ninja -C .obj test
|
|
|
|
.obj/build.ninja:
|
|
@mkdir -p .obj
|
|
meson .obj
|