Skip to content

Commit

Permalink
Add Version3
Browse files Browse the repository at this point in the history
    This change deals with implementing HTTP protocol.
    Bad Idea.
  • Loading branch information
Loki-Astari committed Jun 4, 2016
1 parent cddde3b commit 535c610
Show file tree
Hide file tree
Showing 5 changed files with 740 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Version3/.gitignore
@@ -0,0 +1,2 @@
client
server
11 changes: 11 additions & 0 deletions Version3/Makefile
@@ -0,0 +1,11 @@

all: client
clean:
rm -f *.o client

CC = $(CXX)
CXXFLAGS = -std=c++14
CFLAGS = -Wall -Wextra -pedantic -Werror

client: client.o Socket.o

0 comments on commit 535c610

Please sign in to comment.