gtk/examples/fixed/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
fixed: fixed.c
$(CC) `gtk-config --cflags` fixed.c -o fixed `gtk-config --libs`
clean:
rm -f *.o fixed