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