11 lines
154 B
Makefile
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
|