From 21bb24f6c1b8d3dd7f47d2c8e37c821a3ad7880a Mon Sep 17 00:00:00 2001 From: Shunsuke Michii Date: Mon, 1 Aug 2016 20:00:33 +0900 Subject: [PATCH] format --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0ec8a80..093febf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -repo=github.com/harukasan/go-libwebp -build_dir=/tmp -cur_dir=$(shell pwd) -libwebp_so = ${LIBWEBP_PREFIX}/lib/libwebp.so +repo = "github.com/harukasan/go-libwebp" +build_dir = "/tmp" +cur_dir = $(shell pwd) +libwebp_so = "${LIBWEBP_PREFIX}/lib/libwebp.so" all: test