diff options
author | PST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-03-28 01:01:54 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-28 01:01:54 +0000 |
commit | 7033e33822a607feb3683516f9d83426f7982694 (patch) | |
tree | d055025e6c9586ca0e8989aa40a002295acd9aab /examples/gtkdial | |
parent | b2c30ad95d9e6d06592da25cf1490be3510b7946 (diff) | |
download | gdk-pixbuf-7033e33822a607feb3683516f9d83426f7982694.tar.gz |
Released GTK+ 0.99.9GTK_0_99_9
Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 0.99.9
* examples: added a couple more, fixed some Makefiles
Diffstat (limited to 'examples/gtkdial')
-rw-r--r-- | examples/gtkdial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtkdial/Makefile b/examples/gtkdial/Makefile index 18962eb0b..ce97b6dc8 100644 --- a/examples/gtkdial/Makefile +++ b/examples/gtkdial/Makefile @@ -11,4 +11,4 @@ gtkdial.o: gtkdial.c gtkdial.h $(CC) `gtk-config --cflags` -c gtkdial.c -o gtkdial.o clean: - rm *.o dial_test + rm -f *.o dial_test |