From db8dd78d4bd08300ce9411f41b118002d687f1ae Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:49:03 +0100 Subject: Update makefile --- dev/SCIKit/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev') diff --git a/dev/SCIKit/makefile b/dev/SCIKit/makefile index f18fbeff..b9943b9d 100644 --- a/dev/SCIKit/makefile +++ b/dev/SCIKit/makefile @@ -4,9 +4,9 @@ ###################### CC=g++ -FLAGS=-I../ -shared -fPIC -D__ZKA_SYMS__ +FLAGS=-I../ -shared -fPIC OUTPUT=sci.dll .PHONY: build-sci build-sci: - $(CC) $(wildcard .cc) $(FLAGS) -o $(OUTPUT) + $(CC) $(wildcard src/*.cc) $(FLAGS) -o $(OUTPUT) -- cgit v1.2.3