diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index 54014202b1..ed1699f026 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -44,7 +44,7 @@ include options.mk .PHONY: test all all-nogen generate unittest pythontest -test: all unittest # pythontest +test: all unittest pythontest # Must run this as two separate make processes to pick up generated files. all: |