From 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 5 Mar 2021 17:47:33 +0200 Subject: Move to meson build Meson makes it much easier to handle cross builds compared to manually written makefiles. The makefile is kept to avoid build breakages, with a message now printed to warn that is is deprecated. Signed-off-by: Laurent Pinchart --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 827c8b0..8965ad7 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ CFLAGS ?= -O2 -W -Wall -Iinclude LDFLAGS ?= LIBS := -lrt +$(warning WARNING: Makefile support is deprecated, please switch to meson) + %.o : %.c $(CC) $(CFLAGS) -c -o $@ $< -- cgit v1.2.3