Petite correction mu makefile du dossier GUI

This commit is contained in:
Raspbeguy
2014-04-09 16:06:55 +02:00
parent 335b810292
commit 044c01d85d
3 changed files with 7 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ premierTest.o : premierTest.c
gcc -Wall -c premierTest.c `pkg-config --cflags --libs gtk+-3.0 gmodule-2.0`
clean : premierTest
rm *~ *.o
rm -f *.o

View File

@@ -21,7 +21,7 @@ int main( int argc, char *argv[] ) {
return 0;
}
void lecture ()
void lancerLecture ()
{
gtk_main_quit();
}