
CC = gcc

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

clean: 
	rm -f *.o aspectframe
