diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-01 16:26:22 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-01 16:26:22 +0100 |
commit | e0d6dac4b103a557b37f4850fe76dacf87df7cb9 (patch) | |
tree | 76cd488c6eb59d0e42639b0abcf623d311a07c4c /Makefile | |
parent | 8256280b348b4b53fff35c9101ced0a8dfb2c58e (diff) |
Update cppbnf.cpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ TESTSRC=\ SRC=$(PROGSRC) mcc.cpp all: test-$(PROJECTNAME) mcc - ./test-$(PROJECTNAME) # --gtest_filter='*preprocessing_tokenize*' + ./test-$(PROJECTNAME) #--gtest_filter='*preprocessing_tokenize' # testsuite ---------------------------------------------- test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) |