Created
February 21, 2020 12:47
-
-
Save BenSlabbert/06e24f4d424eb6dd8772e9d62d0545a4 to your computer and use it in GitHub Desktop.
call make target from pre-commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repos: | |
| - repo: local | |
| hooks: | |
| - id: make | |
| language: system | |
| name: make | |
| entry: make <your target here> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment