From 05f085c9055fa5bd13bdba40fc40fb3f00d69fab Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Oct 2024 07:59:10 +0200 Subject: IMP: Fixes and improvements. Signed-off-by: Amlal --- dev/sci/makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev/sci/makefile (limited to 'dev/sci/makefile') 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) -- cgit v1.2.3