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