Rogue V5: prevent error messages from 'make clean'.

Using 'rm -f' will not cause an error if the file to be removed is
already gone.
This commit is contained in:
John "Elwin" Edwards 2016-03-06 17:03:47 -05:00
parent 6dfde944f0
commit 5738b681d8

View file

@ -142,8 +142,7 @@ clean:
$(RM) core a.exe a.out a.exe.stackdump $(PROGRAM) $(PROGRAM).exe
$(RM) $(PROGRAM).tar $(PROGRAM).tar.gz $(PROGRAM).zip
$(RM) $(DOCS)
$(RM) $(DISTNAME)/*
-rmdir $(DISTNAME)
$(RM) -r $(DISTNAME)
maintainer-clean:
$(RM) config.h