code_mentor / Makefile
Andrew Ritz
max_tokens
b642e90
Raw
History Blame Contribute Delete
58 Bytes
all:
update:
git add . --all
git commit -a
git push