diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-29 19:01:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-29 19:01:09 +0200 |
commit | 9eba5d3e5da90987bb38ee33b505e0c26ea310d9 (patch) | |
tree | 0776ecae8d04b450fa5b5be092dd50cbda07ee0b /makefile | |
parent | 793fbd746ec640d884ff1fd859231404c31a05fd (diff) |
more endpoints
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -all: source +all: + mkdir out + node . -source: - node . > downloads.html |