aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d03e9f8..7156eae 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ current:
make -C modules++
rm -f $(LIBNAME)
- $(CPLUSPLUS) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm
+ $(CXX) -export_dynamic -shared -o $(LIBNAME) system/*.o modules/*.o modules++/*.o -lm
strip --strip-unneeded $(LIBNAME)
clean: