diff options
| author | Dan Davison <dandavison7@gmail.com> | 2021-04-15 06:17:49 -0400 |
|---|---|---|
| committer | Dan Davison <dandavison7@gmail.com> | 2021-04-20 21:44:28 -0400 |
| commit | d4df124dcef9a828cc0f91d04d4438530e1c66c7 (patch) | |
| tree | 7a9192906f2edb401997afdafe439ba3a36d4bd9 /Makefile | |
| parent | 7d91d1d2f6ca787696909b68c8ef37d996e7dcc7 (diff) | |
Fix Makefile escaping
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ build: cargo build --release format: - git ls-files | grep '\.rs$' | xargs -P 0 rustfmt + git ls-files | grep '\.rs$$' | xargs -P 0 rustfmt lint: cargo clippy |
