summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/makefile
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2024-10-26 07:59:10 +0200
committerAmlal <amlal.elmahrouss@icloud.com>2024-10-26 07:59:10 +0200
commit05f085c9055fa5bd13bdba40fc40fb3f00d69fab (patch)
treeeccb2acb77b05c0e8ca073a3cea845acc0a35eec /dev/sci/makefile
parent0d0829659be019b3695795e1604d36591a3c3785 (diff)
IMP: Fixes and improvements.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/sci/makefile')
-rw-r--r--dev/sci/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/sci/makefile b/dev/sci/makefile
deleted file mode 100644
index f18fbeff..00000000
--- a/dev/sci/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-######################
-# (C) ZKA
-# XPCOM/SCI kit makefile.
-######################
-
-CC=g++
-FLAGS=-I../ -shared -fPIC -D__ZKA_SYMS__
-OUTPUT=sci.dll
-
-.PHONY: build-sci
-build-sci:
- $(CC) $(wildcard .cc) $(FLAGS) -o $(OUTPUT)