updated makefile
parent
0f30e7aa04
commit
9d264b3f83
4
makefile
4
makefile
|
@ -7,3 +7,7 @@ update_make:
|
||||||
git add makefile
|
git add makefile
|
||||||
git commit -m "updated makefile"
|
git commit -m "updated makefile"
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
update_all:
|
||||||
|
git add --all
|
||||||
|
git commit -m "Updated everything. Further explanation in README"
|
||||||
|
git push -u origin main
|
Loading…
Reference in New Issue