aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Pleau <jason@jpleau.ca>2014-12-07 11:56:43 -0500
committerJason Pleau <jason@jpleau.ca>2014-12-07 11:56:43 -0500
commitf9d17a8c30bb06b6377f0ea39ce0fc413a3df76f (patch)
tree0d92e81e12a8945bdb5569d6a954f77a4f50f6dc
parent2b41383c36418f4f2739240bdbec961a1be5307e (diff)
example: fix compilation command
-rw-r--r--examples/example.cc2
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>