looks like f10's mkfs.vfat (3.0.0) cowardly refuses to overwrite its output
[bootcd.git] / Makefile
1 ETAGS=etags
2
3 tags:
4         find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | grep -v '/\.svn/' | xargs $(ETAGS)
5
6 .PHONY: tags