diff options
Diffstat (limited to '')
-rw-r--r-- | makefilec | 2 | ||||
-rw-r--r-- | makefilecpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -142,7 +142,7 @@ TAGS:tags #https://github.com/rizsotto/Bear BEAR: clean - bear make + bear -- make tags:$(SRCS) $(shell $(CC) -c -I $(CTAGS_I_PATH) -M $(SRCS)|\ diff --git a/makefilecpp b/makefilecpp index 82f045c..753ba6c 100644 --- a/makefilecpp +++ b/makefilecpp @@ -147,7 +147,7 @@ TAGS:tags #https://github.com/rizsotto/Bear BEAR: clean - bear make + bear -- make tags:$(SRCS) $(shell $(CXX) -c -I $(CTAGS_I_PATH) -M $(SRCS)|\ |