Pail/Makefile

6 lines
172 B
Makefile

bitbucket-fork-redirect.zip: *.json *.js img/* *.md *.txt
zip -r bitbucket-fork-redirect.zip * -x .git/* -x img/screenshot.png -x .gitignore -x Makefile
clean:
rm *.zip