summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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