Skip to content

Commit 66bb6a3

Browse files
committed
Add docs directory to cleaned files
Adds the docs directory that is generated when building documentation to the files that are removed by the `make clean` job in the Makefile. Signed-off-by: Winford <winford@object.stream>
1 parent 7b26381 commit 66bb6a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ etest:
1818

1919
clean:
2020
rm -rf _build
21+
rm -rf docs
2122

2223
publish: doc
2324
rebar3 as publish hex publish --doc-dir docs

0 commit comments

Comments
 (0)