Make sure the .obj directory exists before running meson for the first

time.
This commit is contained in:
David Given
2019-01-04 13:05:48 +01:00
parent 01eeeff34e
commit c55f87853d

View File

@@ -2,4 +2,5 @@ all: .obj/build.ninja
@ninja -C .obj
.obj/build.ninja:
@mkdir -p .obj
meson .obj