Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gojko committed May 17, 2019
1 parent 05862e1 commit 98fe506
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile_ImageMagick
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ TARGET_DIR ?= /opt/imagemagick
.ONESHELL:

CONFIGURE = PKG_CONFIG_PATH=$(TARGET_DIR)/lib/pkgconfig \
./configure \
CPPFLAGS=-I$(TARGET_DIR)/include \
LDFLAGS=-L$(TARGET_DIR)/lib \
--disable-dependency-tracking \
--disable-shared \
--enable-static \
--prefix=$(TARGET_DIR)
./configure \
CPPFLAGS=-I$(TARGET_DIR)/include \
LDFLAGS=-L$(TARGET_DIR)/lib \
--disable-dependency-tracking \
--disable-shared \
--enable-static \
--prefix=$(TARGET_DIR)

## libjpg

Expand Down

0 comments on commit 98fe506

Please sign in to comment.