code_mentor / Makefile
drewvid's picture
max_tokens
b642e90
raw
history blame contribute delete
58 Bytes
all:
update:
git add . --all
git commit -a
git push