summaryrefslogtreecommitdiffstats
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 1c55ab6..26ef7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJECTS = client.o
all: client
client:
- g++ $(CPPFLAGS) $(SOURCES) -o client
+ $(CPP) $(CPPFLAGS) $(SOURCES) -o client
clean:
rm -rf src/client/client.o client \ No newline at end of file