diff options
Diffstat (limited to 'examples/helloworld2/Makefile')
-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 |