mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-15 18:25:59 -07:00
format
This commit is contained in:
parent
caba001de3
commit
21bb24f6c1
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -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…
Add table
Add a link
Reference in a new issue