master
Shunsuke Michii 9 years ago
parent caba001de3
commit 21bb24f6c1

@ -1,7 +1,7 @@
repo=github.com/harukasan/go-libwebp repo = "github.com/harukasan/go-libwebp"
build_dir=/tmp build_dir = "/tmp"
cur_dir = $(shell pwd) cur_dir = $(shell pwd)
libwebp_so = ${LIBWEBP_PREFIX}/lib/libwebp.so libwebp_so = "${LIBWEBP_PREFIX}/lib/libwebp.so"
all: test all: test

Loading…
Cancel
Save