Pail/Makefile

6 lines
184 B
Makefile
Raw Normal View History

2023-12-04 10:23:47 -05:00
all: *.json *.js img/* *.md *.txt
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
clean:
rm *.zip