rename reload from plc.d/functions into plc_reload
[myplc.git] / Makefile
index a69c9df..bdfe60d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,6 @@
-# 
-# $Id$
-#
-
 ##########
 tags:
-       find . -type f | egrep -v '.svn/|~$$' | xargs etags
+       find . -type f | egrep -v '\.git/|~$$' | xargs etags
 
 .PHONY: tags