projects
/
mlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf6ebf
)
Cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 20 Jul 2013 15:34:14 +0000
(17:34 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 20 Jul 2013 15:34:14 +0000
(17:34 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2fce6a7
..
5739372
100644
(file)
--- 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}