Pail/Makefile

6 lines
172 B
Makefile
Raw Normal View History

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
2021-01-24 06:12:05 -05:00
clean:
rm *.zip