summaryrefslogtreecommitdiff
path: root/examples/helloworld2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld2/Makefile')
-rw-r--r--examples/helloworld2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld2/Makefile b/examples/helloworld2/Makefile
index ff5eb9d8d..d51e27b06 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