makefile: add servedoc rule (serving doc through darkhttpd)

master
Philippe Pittoli 2022-12-29 12:15:20 +01:00
parent 4b0778e37d
commit 05a47b8473
1 changed files with 3 additions and 0 deletions

View File

@ -27,5 +27,8 @@ clean:
mrproper: clean
@-rm -r docs zig-cache zig-out 2>/dev/null
servedoc:
darkhttpd docs/ --addr 127.0.0.1 --port 35000
# You can add your specific instructions there.
-include makefile.user