From 3db205de39289ee249cd4587ede88249963201f7 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 22 Nov 2020 01:34:39 +0300 Subject: start feature: clui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-18-g5258