diff Makefile.gen @ 988:027083293a8e

Change 'make clean' rule so that it ignores possible errors.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 20:18:53 +0200
parents a25b6da1c4a8
children 509e6ed3a24e
line wrap: on
line diff
--- a/Makefile.gen	Fri Feb 27 20:16:49 2015 +0200
+++ b/Makefile.gen	Fri Feb 27 20:18:53 2015 +0200
@@ -554,5 +554,5 @@
 ### Special targets
 ###
 clean:
-	$(RM) $(TARGETS) $(TMPFILES) $(OBJPATH)*.o
+	-$(RM) $(TARGETS) $(TMPFILES) $(OBJPATH)*.o