maketags 283 Bytes
Newer Older
1 2
#!/bin/sh
echo "building ctags for openair1 and openair2 ..."
3
ctags -e -R  --exclude=openair1/DOCS/ --exclude=openair2/DOCS/ --exclude=openair1/SIMULATION/ --exclude=targets/DOCS/ --exclude=targets/PROJECTS/ openair1 openair2 openair3 targets cmake_targets common nfapi executables
4