]> andersk Git - splint.git/blame - src/maketags
Fixed Win32 files closed bug.
[splint.git] / src / maketags
CommitLineData
9280addf 1#!/bin/sh
2
e0b363ad 3etags *.y *.l *.c *.i Headers/* || echo "Error creating TAGS file (ignoring)"
28bf4b0b 4
This page took 0.092533 seconds and 5 git commands to generate.