summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-10-30 18:50:25 +0100
committerGitHub <noreply@github.com>2024-10-30 18:50:25 +0100
commita8bad947366981ad48ad952d4d641184437b5d0c (patch)
tree1a12bcf10d113c94755a1b26e999e91aca6e0f9b
parentdb8dd78d4bd08300ce9411f41b118002d687f1ae (diff)
Update makefile
-rw-r--r--dev/SCIKit/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/SCIKit/makefile b/dev/SCIKit/makefile
index b9943b9d..1974aed3 100644
--- a/dev/SCIKit/makefile
+++ b/dev/SCIKit/makefile
@@ -1,11 +1,11 @@
######################
# (C) ZKA
-# XPCOM/SCI kit makefile.
+# SCIKit makefile.
######################
-CC=g++
+CC=clang++
FLAGS=-I../ -shared -fPIC
-OUTPUT=sci.dll
+OUTPUT=SCIKit.dll
.PHONY: build-sci
build-sci: