diff --git a/issues/Makefile b/issues/Makefile index 7d56a92..c0d4061 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -1,2 +1,9 @@ all: find . -maxdepth 1 -type d -name 'issue-*' -exec ./make_issue.sh {} \; + +clean: + rm ../dev/*html + +test: + ./make_issue.sh current/ && cp ../dev/*.html ~/Downloads/current-issue.html + xdg-open ~/Downloads/current-issue.html