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.
1 parent 15f8f4f commit 89e0dd0Copy full SHA for 89e0dd0
Makefile
@@ -16,7 +16,7 @@ MINT_BIN := $(HOME)/.mint/bin/mint
16
.PHONY: commit
17
commit:
18
git add "$(file)"
19
- git commit -m "Commit via running $make $(file)" >/dev/null \
+ git commit -m "Commit via running: make $(file)" >/dev/null \
20
&& echo "::notice:: git commit $(file)\n" \
21
|| true;
22
touch "$(file)";
0 commit comments