##=============================================================
## Makefile to make TAGS for the include files here
##
## AUTHOR:	Gabor Nagy
## DATE:	1996-Sep-12 22:08:40
##
## Copyright (C) 1995 by Gabor Nagy. All rights reserved.
##=============================================================

tags:		*.h
		ctags -f tags $(PWD)/*.h
