forked from AuroraMiddleware/gtk
c36ca76bb8
* Makefile.am: * examples/*: added the rest of the tutorial examples
9 lines
154 B
Makefile
9 lines
154 B
Makefile
|
|
CC = gcc
|
|
|
|
radiobuttons: radiobuttons.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` radiobuttons.c -o radiobuttons
|
|
|
|
clean:
|
|
rm -f *.o radiobuttons
|