mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-28 07:38:21 +02:00
12 lines
218 B
Diff
12 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:
|