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