writing_assistant / Makefile
Andrew Ritz
first commit
3927e32
Raw
History Blame Contribute Delete
58 Bytes
all:
update:
git add . --all
git commit -a
git push