summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/makefile
diff options
context:
space:
mode:
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)