mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
simplicity). Much better. Refactor the fluxmap stuff from the global headers to see how well it works --- it does.
7 lines
107 B
Makefile
7 lines
107 B
Makefile
all: .obj/build.ninja
|
|
@ninja -C .obj
|
|
@cp .obj/fluxclient fluxclient
|
|
|
|
.obj/build.ninja:
|
|
meson .obj
|