summaryrefslogtreecommitdiff
path: root/examples/list/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/list/Makefile')
-rw-r--r--examples/list/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list/Makefile b/examples/list/Makefile
index 0888dc8668..366d480302 100644
--- a/examples/list/Makefile
+++ b/examples/list/Makefile
@@ -2,7 +2,7 @@
CC = gcc
list: list.c
- $(CC) `gtk-config --cflags` `gtk-config --libs` list.c -o list
+ $(CC) `gtk-config --cflags` list.c -o list `gtk-config --libs`
clean:
rm -f *.o list