Current section

Files

Jump to
griddler2d Makefile
Raw

Makefile

versione=`0.1.0`
crea:
mix hex.build
git tag -a $(versione) -m $(versione)
git push origin $(versione)
pub:
mix hex.publish
tag:
git tag -a $(versione) -m $(versione)