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