CC = gcc radiobuttons: radiobuttons.c $(CC) `gtk-config --cflags` `gtk-config --libs` radiobuttons.c -o radiobuttons clean: rm -f *.o radiobuttons