add makefile

This commit is contained in:
Tom Watson 2021-01-24 12:12:05 +01:00
parent 621c2b05ee
commit 846389b48f
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.swp
redirect.zip
*.zip
.DS_Store

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
old-reddit-redirect.zip: *.json *.js img/* *.md *.txt
zip -r old-reddit-redirect.zip * -x .git/* -x img/screenshot.png -x .gitignore -x Makefile
clean:
rm *.zip