2

I am developing GTK program in C and I have a makefile that I am stuck what this compiler option this is. gcc compiler options in makefile

Any ideas? I am sorry this is a question style, but I am really stuck.

Ian Sonic
  • 191
  • 1
  • 10

1 Answers1

3

-l flags are used to link libraries to your application needed for whatever project you're working on. In your case, the -l flags are used to link the OpenGL Library Toolkit.

See: http://www.rapidtables.com/code/linux/gcc/gcc-l.htm