commit cae71f300241f621cdbf737000ba12fa5cee50a4
parent e1e348e69c685dcdf1ccca1f740aab41eb2c3287
Author: Matěj Cepl <mcepl@cepl.eu>
Date: Tue, 4 Oct 2022 15:07:10 +0200
Take into account $CFLAGS if set.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -26,7 +26,7 @@ protocol/wlr-data-control-unstable-v1-client-protocol.h: protocol/wlr-data-contr
wayland-scanner client-header protocol/wlr-data-control-unstable-v1.xml $@
.c.o:
- $(CC) -Wall -Wpedantic -c $< -o $@
+ $(CC) -Wall -Wpedantic $(CFLAGS) -c $< -o $@
install:
install -Dm755 -t $(DESTDIR)$(PREFIX)/bin $(EXE)