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