Fix use of atleast_version in wscripts (it does nothing, since I don't know when).
[dcpomatic.git] / hacks / maketags
1 #!/bin/bash
2 find . -iname "*.cc" -or -iname "*.h" -print | etags -
3
4