##=============================================================
## Makefile to make TAGS for the include files here
##
## AUTHOR:	Gabor Nagy
## DATE:	1995-Apr-28 22:57:20
##
## Copyright (C) 1995 by Gabor Nagy. All rights reserved.
##=============================================================

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