Files
shields/Makefile
2014-01-12 16:15:56 +01:00

11 lines
154 B
Makefile

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