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