mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
c39dffed55
Fri Jan 29 09:44:37 GMT 1999 Tony Gake <gale@gtk.org> * examples/fixed/*, examples/frame/* - Examples from the Tutorial
9 lines
120 B
Makefile
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
|