
CC = gcc

spinbutton: spinbutton.c 
	$(CC) `gtk-config --cflags`  spinbutton.c -o spinbutton `gtk-config --libs`

clean: 
	rm -f *.o spinbutton
