diff options
author | Jason Pleau <jason@jpleau.ca> | 2014-12-07 11:56:43 -0500 |
---|---|---|
committer | Jason Pleau <jason@jpleau.ca> | 2014-12-07 11:56:43 -0500 |
commit | f9d17a8c30bb06b6377f0ea39ce0fc413a3df76f (patch) | |
tree | 0d92e81e12a8945bdb5569d6a954f77a4f50f6dc | |
parent | 2b41383c36418f4f2739240bdbec961a1be5307e (diff) |
example: fix compilation command
-rw-r--r-- | examples/example.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.cc b/examples/example.cc index e7f400a..6f036a1 100644 --- a/examples/example.cc +++ b/examples/example.cc @@ -13,7 +13,7 @@ * * Compile with: * - * c++ -O3 -std=c++11 -Wall -lsfml-system -lsfml-window -lsfml-graphics -lentityx readme.cc -o readme + * c++ -O3 -std=c++11 -Wall -lsfml-system -lsfml-window -lsfml-graphics -lentityx example.cc -o example */ #include <cmath> #include <unordered_set> |