
CC = gcc

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

clean: 
	rm -f *.o aspectframe
