diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-29 14:54:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-29 14:54:54 +0200 |
commit | 5af88b8315eb48f6cea48aa96b1a066a93a187fe (patch) | |
tree | 8b5c7b5653ad9d2ea5b3a833b83087440b2eec10 /makefile | |
parent | 0f42465cab69a4803d45caf53533d607653d633a (diff) |
working page download using puppeteer
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..bfa68fb --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +all: source + +source: + node . > downloads.html |