Browse Source

Fix description of how to build LOVE on the command line.

rude 12 years ago
parent
commit
6ce51f434c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -29,7 +29,7 @@ If you want to build [LÖVE][love2d], clone LÖVE into the *libs* folder. Megaso
 	$ cd megasource
 	$ cd megasource
 	$ hg clone https://bitbucket.org/rude/love libs/love
 	$ hg clone https://bitbucket.org/rude/love libs/love
 	$ cmake -G "Visual Studio 11" -H. -Bbuild
 	$ cmake -G "Visual Studio 11" -H. -Bbuild
-	$ cmake --build build --target love --config Release
+	$ cmake --build build --target love/love --config Release
 
 
 The binaries can be found in *build/love/Release*.
 The binaries can be found in *build/love/Release*.