makefile: add servedoc rule (serving doc through darkhttpd)
parent
4b0778e37d
commit
05a47b8473
|
@ -27,5 +27,8 @@ clean:
|
||||||
mrproper: clean
|
mrproper: clean
|
||||||
@-rm -r docs zig-cache zig-out 2>/dev/null
|
@-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.
|
# You can add your specific instructions there.
|
||||||
-include makefile.user
|
-include makefile.user
|
||||||
|
|
Reference in New Issue