5 lines
64 B
Makefile
5 lines
64 B
Makefile
build:
|
|
git add .
|
|
git commit -m "update"
|
|
git push origin main
|