mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 20:16:21 +00:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
rm -f tags
|
|
rm -f cscope.out
|
|
ctags -R .
|
|
cscope -R -b
|