summaryrefslogtreecommitdiffhomepage
path: root/SCIKit/makefile
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-30 10:01:42 +0200
commit6ea68d219dc3a1bcc0deef1683e8442082025940 (patch)
tree5a6879105a374bb4353959790d85c5de88de6be8 /SCIKit/makefile
parentbf642edd6c77d405637f0695452460640b8e540d (diff)
[IMP] SCIKit: SharedInterface1 and UnknownInterface, both are defined in foreign SOs.
[REFACTOR] IPCEP is just now IPC. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SCIKit/makefile')
-rw-r--r--SCIKit/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/SCIKit/makefile b/SCIKit/makefile
new file mode 100644
index 00000000..2989d18c
--- /dev/null
+++ b/SCIKit/makefile
@@ -0,0 +1,7 @@
+######################
+# (C) ZKA
+######################
+
+.PHONY: build-sci
+build-sci:
+ g++ *.cxx -I../ -shared -fPIC -o libSCI.so \ No newline at end of file