aboutsummaryrefslogtreecommitdiffstats
path: root/makefilec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--makefilec2
-rw-r--r--makefilecpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/makefilec b/makefilec
index 6953882..1767e06 100644
--- a/makefilec
+++ b/makefilec
@@ -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)|\