
CC = gcc

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

clean: 
	rm -f *.o fixed
