summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rwxr-xr-x[-rw-r--r--]bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index a068195..a204c0a 100644..100755
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -18,8 +18,8 @@ all: $(ALL)
$(BIN_NAME): $(OBJS)
- @echo " CC $@"
- $(Q)$(CC) $(OBJS) -o $@ $(LIBS)
+ @echo " CXX $@"
+ $(Q)$(CXX) $(OBJS) -o $@ $(LIBS)
size: $(BIN_NAME)
@echo " SZ $(BIN_NAME)"