Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Makefile: prettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Dec 5, 2017
1 parent fe45b87 commit 5570015
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ SONAME_SUFFIX ?= Octave64
ROOT_DIR ?= ${PWD}

# create necessary file structure
SRC_CACHE = $(ROOT_DIR)/source-cache
BUILD_DIR = $(ROOT_DIR)/build
INSTALL_DIR = $(ROOT_DIR)/install
LD_LIBRARY_PATH=$(INSTALL_DIR)/lib
SRC_CACHE = $(ROOT_DIR)/source-cache
BUILD_DIR = $(ROOT_DIR)/build
INSTALL_DIR = $(ROOT_DIR)/install
LD_LIBRARY_PATH = $(INSTALL_DIR)/lib
IGNORE := $(shell mkdir -p $(SRC_CACHE) $(BUILD_DIR) $(INSTALL_DIR))

# if no SONAME suffix is wanted, leave everything blank
Expand Down

0 comments on commit 5570015

Please sign in to comment.