diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-23 15:04:54 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-23 15:04:54 +0000 |
commit | 05c365a54dd074872a6c46f7bd0c6680f7588f71 (patch) | |
tree | d896ea101de423427be13cad55418e793c9d03ee /makefilecpp | |
parent | cointop (diff) | |
download | scripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.tar.gz scripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.zip |
updates
Diffstat (limited to 'makefilecpp')
-rw-r--r-- | makefilecpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)|\ |