Petite correction mu makefile du dossier GUI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ int main( int argc, char *argv[] ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void lecture ()
|
||||
void lancerLecture ()
|
||||
{
|
||||
gtk_main_quit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user