From f9d17a8c30bb06b6377f0ea39ce0fc413a3df76f Mon Sep 17 00:00:00 2001 From: Jason Pleau Date: Sun, 7 Dec 2014 11:56:43 -0500 Subject: example: fix compilation command --- examples/example.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3