7 lines
85 B
Makefile
7 lines
85 B
Makefile
.PHONEY: commit
|
|
commit:
|
|
bash scripts/update-crate-version.sh
|
|
git push
|
|
|
|
all: commit
|