diff --git a/Makefile b/Makefile index c99a4e9..a78dcd9 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ depend: $(ASRCS) $(CSRCS) .PHONY: tags tags: - ctags -R sources include + ctags -d sources/* include/* ifneq (clean,$(MAKECMDGOALS)) -include depend