summaryrefslogtreecommitdiff
path: root/svgtopng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'svgtopng/Makefile')
-rw-r--r--svgtopng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgtopng/Makefile b/svgtopng/Makefile
index 78521f3d..61a0352a 100644
--- a/svgtopng/Makefile
+++ b/svgtopng/Makefile
@@ -5,7 +5,7 @@ ICONDIR ?= elementary-xfce
all: svgtopng
svgtopng:
- gcc -Wall -Werror -O0 -pipe \
+ ${CC} -Wall -Werror -O0 -pipe \
svgtopng.c -o svgtopng \
`pkg-config --libs --cflags gtk+-3.0` \
`pkg-config --libs --cflags gdk-pixbuf-2.0`