mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-07 21:48:16 -08: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
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue