Skip to content

Commit 98fe506

Browse files
committed
linting
1 parent 05862e1 commit 98fe506

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile_ImageMagick

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ TARGET_DIR ?= /opt/imagemagick
1111
.ONESHELL:
1212

1313
CONFIGURE = PKG_CONFIG_PATH=$(TARGET_DIR)/lib/pkgconfig \
14-
./configure \
15-
CPPFLAGS=-I$(TARGET_DIR)/include \
16-
LDFLAGS=-L$(TARGET_DIR)/lib \
17-
--disable-dependency-tracking \
18-
--disable-shared \
19-
--enable-static \
20-
--prefix=$(TARGET_DIR)
14+
./configure \
15+
CPPFLAGS=-I$(TARGET_DIR)/include \
16+
LDFLAGS=-L$(TARGET_DIR)/lib \
17+
--disable-dependency-tracking \
18+
--disable-shared \
19+
--enable-static \
20+
--prefix=$(TARGET_DIR)
2121

2222
## libjpg
2323

0 commit comments

Comments
 (0)