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