summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-11-25 19:04:49 +0300
committerJoursoir <chat@joursoir.net>2020-11-25 19:04:49 +0300
commit6139b74876a5c8417d75c2759ce0baec4ae0e171 (patch)
tree9924c31f8136c3834fd452e3846a35bcac6602d7 /Makefile
parent8dfca4755430209504dac5ed2e03a482342265b3 (diff)
downloadwant-chat-6139b74876a5c8417d75c2759ce0baec4ae0e171.tar.gz
want-chat-6139b74876a5c8417d75c2759ce0baec4ae0e171.tar.bz2
want-chat-6139b74876a5c8417d75c2759ce0baec4ae0e171.zip
add second (work with chat) level of abstraction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
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