Files
shields/Makefile
T

11 lines
149 B
Makefile

all:
node make
deploy:
git add Verdana.ttf
git commit -m'MUST NOT BE ON GITHUB'
git push -f heroku master
git reset HEAD~1
.PHONY: all deploy