diff options
Diffstat (limited to 'dev/sci/makefile')
| -rw-r--r-- | dev/sci/makefile | 2 |
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)
|
