aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>