]> andersk Git - splint.git/blob - src/maketags
Fixed Makefile to create bin directory.
[splint.git] / src / maketags
1 #!/bin/sh
2
3 etags *.y Headers/* *.c  *.l  *.i || echo "Error creating TAGS file (ignoring)"
4
This page took 0.032989 seconds and 5 git commands to generate.