GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20f579
)
Added cool makefile to do repo maintenance in future...
author
Harvie
<tomas@mudrunka.cz>
Mon, 24 May 2010 22:28:59 +0000
(
00:28
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 26 May 2010 21:45:13 +0000
(23:45 +0200)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
76c8e4e
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,7
@@
+.PHONY: help clean
+
+help:
+ #use: make [help|clean]
+
+clean:
+ find | grep '~$$' | while read i; do rm -v "$$i"; done;
This page took
0.132396 seconds
and
4
git commands to generate.