Skip to content

Commit

Permalink
Fixed list in README and comments in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conley committed Jul 29, 2012
1 parent f9a77b7 commit 3dfed34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Makefile
@@ -1,12 +1,12 @@
//
// Makefile
// ~~~~~~~~~~~~~~~
//
// Copyright (c) 2012 Kevin D. Conley (kcon at stanford dot edu)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#
# Makefile
# ~~~~~~~~~~~~~~~
#
# Copyright (c) 2012 Kevin D. Conley (kcon at stanford dot edu)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#

all: example.cpp
g++ -Wall -I asio-1.4.8/include -I boost_1_50_0 example.cpp -o example
Expand Down
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -37,12 +37,14 @@ Before this example will compile, you must first download the following librarie

So right before you compile, your repository folder should look like this:

boost_1_50_0/
asio-1.4.8/
example.cpp
raw.hpp
Makefile
README.md
* boost_1_50_0/
* asio-1.4.8/
* example.cpp
* udp_header.hpp
* raw.hpp
* Makefile
* README.md
* LICENSE_1_0.txt

Compilation
-----------
Expand Down

0 comments on commit 3dfed34

Please sign in to comment.