]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
example: fix compilation command
authorJason Pleau <jason@jpleau.ca>
Sun, 7 Dec 2014 16:56:43 +0000 (11:56 -0500)
committerJason Pleau <jason@jpleau.ca>
Sun, 7 Dec 2014 16:56:43 +0000 (11:56 -0500)
examples/example.cc

index e7f400af5e9680def3e96416e4fa99106e73fb88..6f036a1d5c2676b039a6ae3237585fb96457eec3 100644 (file)
@@ -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>