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