summaryrefslogtreecommitdiff
path: root/examples/helloworld
diff options
context:
space:
mode:
authorPST 1998 Shawn T. Amundson <amundson@gtk.org>1998-03-28 01:01:54 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-03-28 01:01:54 +0000
commit7033e33822a607feb3683516f9d83426f7982694 (patch)
treed055025e6c9586ca0e8989aa40a002295acd9aab /examples/helloworld
parentb2c30ad95d9e6d06592da25cf1490be3510b7946 (diff)
downloadgdk-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/helloworld')
-rw-r--r--examples/helloworld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld/Makefile b/examples/helloworld/Makefile
index 1857cf36d..3edbea65d 100644
--- a/examples/helloworld/Makefile
+++ b/examples/helloworld/Makefile
@@ -5,4 +5,4 @@ helloworld: helloworld.c
$(CC) `gtk-config --cflags` `gtk-config --libs` helloworld.c -o helloworld
clean:
- rm helloworld
+ rm -f helloworld