Added cool makefile to do repo maintenance in future...
authorHarvie <tomas@mudrunka.cz>
Mon, 24 May 2010 22:28:59 +0000 (00:28 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 26 May 2010 21:45:13 +0000 (23:45 +0200)
Makefile [new file with mode: 0644]

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.100198 seconds and 4 git commands to generate.