gtk2/examples/frame/Makefile
GMT 1999 Tony Gake c39dffed55 examples/fixed/*, examples/frame/* - Examples from the Tutorial
Fri Jan 29 09:44:37 GMT 1999 Tony Gake  <gale@gtk.org>

        * examples/fixed/*, examples/frame/*
          - Examples from the Tutorial
1999-01-29 09:53:14 +00:00

9 lines
120 B
Makefile

CC = gcc
frame: frame.c
$(CC) `gtk-config --cflags` frame.c -o frame `gtk-config --libs`
clean:
rm -f *.o frame