updated makefile
parent
812c291bba
commit
2c9be60703
5
makefile
5
makefile
|
@ -11,3 +11,8 @@ update_all:
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "Updated everything. Further explanation in README"
|
git commit -m "Updated everything. Further explanation in README"
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
|
||||||
|
update_domain:
|
||||||
|
git add domain/
|
||||||
|
git commit -m "Updated domain. Further erxplanation in README"
|
||||||
|
git push -u origin main
|
Loading…
Reference in New Issue