Pail/Makefile

9 lines
176 B
Makefile
Raw Normal View History

all:
zip -r bitbucket-fork-redirect.zip * -x '.git/*' -x 'server/*' -x 'node_modules/*' -x img/screenshot.png -x .gitignore -x Makefile
2021-01-24 06:12:05 -05:00
lint:
npm run lint
2021-01-24 06:12:05 -05:00
clean:
rm *.zip