##=============================================================
## Makefile to create TAGS for the header files here
##
## AUTHOR:  Gabor Nagy
## DATE:    2014-Feb-26 17:31:31
##
## Copyright (C) 1996-2026 by Gabor Nagy. All rights reserved.
##=============================================================

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