aboutsummaryrefslogtreecommitdiffstats
path: root/muparser/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'muparser/makefile')
-rw-r--r--muparser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/muparser/makefile b/muparser/makefile
index 83d2cd5..17e342d 100644
--- a/muparser/makefile
+++ b/muparser/makefile
@@ -8,7 +8,7 @@ libmuparser.a:$(MUP_OBJ)
$(AR) $@ *.o
.cpp.o:
- $(CPP) $< $(CPPFLAGS)
+ $(CXX) $< $(CXXFLAGS)
clean:
$(RM) *.o