mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
11 lines
218 B
Diff
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:
|