
CC = gcc

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

clean: 
	rm -f *.o arrow
