temp version that at least fixes a serious regression in previous revision
[bootcd.git] / Makefile
1 ETAGS=etags
2
3 tags:
4         find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | egrep -v '/\.(svn|git)/' | xargs $(ETAGS)
5
6 .PHONY: tags