We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f998550 + bc7afbd commit 3aeb648Copy full SHA for 3aeb648
Makefile
@@ -58,7 +58,7 @@ hooks:
58
echo "make fmt" >>.git/hooks/pre-commit
59
60
fmt:
61
- raco fmt -i $(shell find . -name '*.rkt')
+ @raco fmt -i $(shell find egg-herbie/ src/ infra/ -name '*.rkt')
62
63
# This rule is run by herbie.uwplse.org on every commit to Github.
64
# It does not restart the demo server, but it does pull new static content
0 commit comments