mirror of
https://github.com/codeplea/genann.git
synced 2025-10-03 08:42:44 +00:00
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: