Files
fluxengine/Makefile
David Given 96f8229b34 Switch from make to meson as the build system (although wrapped in make for
simplicity). Much better. Refactor the fluxmap stuff from the global headers to
see how well it works --- it does.
2018-10-20 10:28:59 +02:00

7 lines
107 B
Makefile

all: .obj/build.ninja
@ninja -C .obj
@cp .obj/fluxclient fluxclient
.obj/build.ninja:
meson .obj