Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / progs / beos / Makefile
index 491e8e442d1ab6b2513f27b486ea07dc9d26455a..0dc4cdce632b064bd87953bdae83c67416891014 100644 (file)
@@ -19,8 +19,8 @@ INCLUDES = -I. -I- -I../../include
 default: demo sample GLInfo
 
 clean:
-       rm -f demo sample GLInfo
-       rm -f *.o
+       -rm -f demo sample GLInfo
+       -rm -f *.o
 
 demo: demo.o
        $(LD) demo.o $(LDFLAGS) $(LIBS) -o $@