aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 88e770a..586bce8 100644
--- a/makefile
+++ b/makefile
@@ -43,7 +43,7 @@ test:${OPT_OBJ} bin/test.o
$(CPP) bin/test.o models/strmodel1d.o models/models.o version_ctrl.o -o $@ ${LIB}
test_dl.so:models/dlmodel_template.c
- gcc $< --shared -o $@
+ $(CC) $< --shared -o $@
models/strmodel1d.o:models/strmodel1d.cc models/strmodel1d.hpp