
.PHONY: default
default:

tags: *.h *.c
	..\ctags.exe *.h *.c

