aports/testing/mlxl/flags.patch

12 lines
218 B
Diff
Raw Permalink Normal View History

2023-03-18 10:49:42 +00:00
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: