diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.py b/python/makefile.py index 45f032296..45db841c7 100644 --- a/python/makefile.py +++ b/python/makefile.py @@ -52,7 +52,7 @@ if args.dev_build: "grep", "-l", "-P", - "^#\s*include.*_clippy.c", + r"^#\s*include.*_clippy.c", "--", "**.c", ] |