diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nobuild/make-tags.sh	Sun Sep 30 15:41:25 2012 +0930
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+find -L src -name \*.d | ctags -L- --extra=+f -f TAGS ;