aports/testing/mlxl/flags.patch
2023-03-18 11:49:42 +01:00

11 lines
218 B
Diff

diff --git a/Makefile b/Makefile
index d468630..c2ccfd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
mlxl:
- gcc -o mlxl mlxl.c -lX11
+ gcc $(CFLAGS) $(LDFLAGS) -o mlxl mlxl.c -lX11
chmod u+s mlxl
clean: