1 2 3 4 5 6 7 8
CC = gcc buttonbox: buttonbox.c $(CC) `gtk-config --cflags` buttonbox.c -o buttonbox `gtk-config --libs` clean: rm -f *.o buttonbox