comparison 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
comparison
equal deleted inserted replaced
987:5af2097ab284 988:027083293a8e
552 552
553 ### 553 ###
554 ### Special targets 554 ### Special targets
555 ### 555 ###
556 clean: 556 clean:
557 $(RM) $(TARGETS) $(TMPFILES) $(OBJPATH)*.o 557 -$(RM) $(TARGETS) $(TMPFILES) $(OBJPATH)*.o
558 558