summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 $@ $<