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/scribble-simple | |
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/scribble-simple')
-rw-r--r-- | examples/scribble-simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scribble-simple/Makefile b/examples/scribble-simple/Makefile index cc752f18d..957003877 100644 --- a/examples/scribble-simple/Makefile +++ b/examples/scribble-simple/Makefile @@ -5,4 +5,4 @@ scribble-simple: scribble-simple.c $(CC) `gtk-config --cflags` `gtk-config --libs` scribble-simple.c -o scribble-simple clean: - rm scribble-simple + rm -f scribble-simple |