X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mlp.git;a=blobdiff_plain;f=Makefile;h=57393721faa793dd1a6eb6bbc0175503810b2099;hp=2fce6a70afaf4f9ec05a6ad20d202e7e7289e2f6;hb=5383489ed8e47a2e1db48f04432a371a06263c5f;hpb=6cf6ebfe5fef7a2f717ce353bd9a2a0c7c2e8bda diff --git a/Makefile b/Makefile index 2fce6a7..5739372 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ Makefile.depend: *.h *.cc Makefile $(CC) -M *.cc > Makefile.depend clean: - \rm mlp *.o Makefile.depend + \rm -f mlp *.o Makefile.depend archive: cd .. ; tar zcvf mlp-mnist.tgz mlp-mnist/{*.{cc,h,txt,sh},Makefile}