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