comparison nobuild/make-tags.sh @ 139:e33f37b14893 default tip

Port to 'no-more-make' https://github.com/GrahamStJack/no-more-make
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:41:25 +0930
parents
children
comparison
equal deleted inserted replaced
138:a1c2b56cb44d 139:e33f37b14893
1 #!/bin/bash
2
3 find -L src -name \*.d | ctags -L- --extra=+f -f TAGS ;