aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-07-27 14:48:29 +0100
committerSimon Wilson <simonwilson@google.com>2011-07-27 12:42:02 -0700
commit89b3128f31c99c9678513dceb9d07ed7a677113b (patch)
treeb81a3aa088a9999b89ae6191f65ae717a64ef688
parenta14dad95d45057133f5e44e6045be93712430760 (diff)
Makefile: Don't error out of clean if already clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63cbea4..0341500 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,5 @@ $(LIB): $(OBJECTS)
gcc $(CFLAGS) $< -I$(INC)
clean:
- rm $(LIB) $(OBJECTS) tinyplay.o tinyplay tinycap.o tinycap \
+ -rm $(LIB) $(OBJECTS) tinyplay.o tinyplay tinycap.o tinycap \
tinymix.o tinymix