Skip to content

Commit

Permalink
Makefile: nmake compatible changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 2, 2023
1 parent 6bcf49e commit edc4da2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# vim: tabstop=8
PYTHON ?= python
CLIPS_VERSION ?= 6.40
CLIPS_SOURCE_URL ?= "https://sourceforge.net/projects/clipsrules/files/CLIPS/6.4.1/clips_core_source_641.zip"
MAKEFILE_NAME ?= makefile
SHARED_INCLUDE_DIR ?= /usr/local/include
SHARED_LIBRARY_DIR ?= /usr/local/lib
PYTHON = python
CLIPS_VERSION = 6.40
CLIPS_SOURCE_URL = "https://sourceforge.net/projects/clipsrules/files/CLIPS/6.4.1/clips_core_source_641.zip"
MAKEFILE_NAME = makefile
SHARED_INCLUDE_DIR = /usr/local/include
SHARED_LIBRARY_DIR = /usr/local/lib

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

0 comments on commit edc4da2

Please sign in to comment.