From: Jason Pleau Date: Sun, 7 Dec 2014 16:56:43 +0000 (-0500) Subject: example: fix compilation command X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=f9d17a8c30bb06b6377f0ea39ce0fc413a3df76f;p=clyne%2Fentityx.git example: fix compilation command --- 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 #include