diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |