Skip to content

Commit

Permalink
issue #44: add SHARED_INCLUDE_DIR
Browse files Browse the repository at this point in the history
Was lost during a merge conflict resolution.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed May 22, 2021
1 parent f0ce8c9 commit 1a8454d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLIPS_VERSION ?= 6.40
CLIPS_SOURCE_URL ?= "https://sourceforge.net/projects/clipsrules/files/CLIPS/6.40/clips_core_source_640.zip"
MAKEFILE_NAME ?= makefile
SHARED_LIBRARY_DIR ?= /usr/lib
SHARED_INCLUDE_DIR ?= /usr/local/include

# platform detection
PLATFORM = $(shell uname -s)
Expand Down

0 comments on commit 1a8454d

Please sign in to comment.