From b6edf9700a5edaff4520c9b887891f0bf935d3d7 Mon Sep 17 00:00:00 2001 From: Robin Broda Date: Thu, 4 Apr 2019 00:56:08 +0200 Subject: [PATCH] Optimize compatibility makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0f2650..0a330d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ .PHONY: all install clean -all: +all: ninja + +build: meson build + +ninja: build ninja -C build install: