drewvid's picture
makefile
b25319e
raw
history blame contribute delete
58 Bytes
all:
update:
git add . --all
git commit -a
git push