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