aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9399c86..f273f84 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ clean:
rm -f *.o *~ powertop DEADJOE core.* */*.o */*~ csstoh css.h
powertop: $(OBJS) $(HEADERS)
- g++ $(OBJS) $(LIBS) -o powertop
+ $(CXX) $(OBJS) $(LIBS) -o powertop
@(cd po/ && $(MAKE))
install: powertop