mirror of https://github.com/codeplea/genann
Makefile: Use $(RM), silencing errors on missing files
$(RM) includes the -f flag, so the clean target now succeeds when files to remove don't exist. The post-condition of clean is that compilation artifacts are not present; this is trivially satisfied if they never existed. Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
This commit is contained in:
parent
88c9d3513b
commit
afa5df1ffc