]> andersk Git - splint.git/blob - src/maketags
Fixed Makefile
[splint.git] / src / maketags
1 #!/bin/sh
2
3 etags --langmap=c:+.i.h *.y Headers/* *.c  *.l  *.i || etags *.y Headers/* *.c  *.l  *.i;
4
This page took 0.046447 seconds and 5 git commands to generate.