aboutsummaryrefslogtreecommitdiffstats
path: root/interface/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'interface/makefile')
-rw-r--r--interface/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/makefile b/interface/makefile
index 5cf7a99..62a53a7 100644
--- a/interface/makefile
+++ b/interface/makefile
@@ -5,7 +5,7 @@ libopt.a:opt.o
$(AR) $@ opt.o
opt.o:opt.cc opt.h
- $(CPP) $< -o $@ $(INC) $(CPPFLAGS)
+ $(CXX) $< -o $@ $(INC) $(CXXFLAGS)
clean: