added -f to rm of entities.inc to avoid make clean failing

This commit is contained in:
Brian Rasmusson
2017-07-17 15:57:51 +02:00
parent 535354b852
commit 9f408b67ad

@ -382,7 +382,7 @@ clean:
-rm -f gmon.*
-rm -f *.gcda *.gcno coverage*.html
-rm -f *.ll *.ll.out pstack.txt
-rm entities.inc
-rm -f entities.inc
$(MAKE) -C test $@