14 lines
193 B
Makefile
14 lines
193 B
Makefile
default: add commit push
|
|
|
|
add:
|
|
git add -A
|
|
|
|
commit:
|
|
git commit -m "More updates"
|
|
|
|
push:
|
|
git push
|
|
|
|
ubuntu:
|
|
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove
|