summaryrefslogtreecommitdiff
path: root/examples/packer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/packer/Makefile')
-rw-r--r--examples/packer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/packer/Makefile b/examples/packer/Makefile
index eea54f3c0..f2cb96052 100644
--- a/examples/packer/Makefile
+++ b/examples/packer/Makefile
@@ -1,7 +1,7 @@
CC = gcc
-packer: packer.c
+packer: pack.c
$(CC) `gtk-config --cflags` pack.c -o packer `gtk-config --libs`
clean: