elm index_example_0x.c: Fixed build command.

SVN revision: 82557
This commit is contained in:
Daniel Juyung Seo 2013-01-10 11:49:55 +00:00
parent 18343ceca0
commit 01a96dd036
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
* gcc -g index_example_01.c -o index_example_01 `pkg-config --cflags --libs elementary`
* @endverbatim
*/

View File

@ -5,7 +5,7 @@
* See stdout/stderr for output. Compile with:
*
* @verbatim
* gcc -g index_example.c -o index_example `pkg-config --cflags --libs elementary`
* gcc -g index_example_02.c -o index_example_02 `pkg-config --cflags --libs elementary`
* @endverbatim
*/