mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
5 lines
283 B
Bash
Executable File
5 lines
283 B
Bash
Executable File
#!/bin/sh
|
|
echo "building ctags for openair1 and openair2 ..."
|
|
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
|
|
|