summaryrefslogtreecommitdiffhomepage
path: root/dev/sci/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dev/sci/makefile')
-rw-r--r--dev/sci/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/sci/makefile b/dev/sci/makefile
index 05593216..f18fbeff 100644
--- a/dev/sci/makefile
+++ b/dev/sci/makefile
@@ -9,4 +9,4 @@ OUTPUT=sci.dll
.PHONY: build-sci
build-sci:
- $(CC) $(wildcard *.cxx) $(FLAGS) -o $(OUTPUT)
+ $(CC) $(wildcard .cc) $(FLAGS) -o $(OUTPUT)