From 6139b74876a5c8417d75c2759ce0baec4ae0e171 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 25 Nov 2020 19:04:49 +0300 Subject: add second (work with chat) level of abstraction --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 26ef7b4..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -CPP = g++ -CPPFLAGS = -Wall -g -SOURCES = src/client/client.cpp -OBJECTS = client.o - -.PHONY: all clean client - -all: client - -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