makefile: add access logs file

master
Philippe Pittoli 2022-12-31 05:00:01 +01:00
parent 266f1daaad
commit 8012cff4bf
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@ clean:
mrproper: clean
@-rm -r docs zig-cache zig-out 2>/dev/null
ACCESS_LOGS ?= ./access.log
servedoc:
darkhttpd docs/ --addr 127.0.0.1 --port 35000
darkhttpd docs/ --addr 127.0.0.1 --port 35000 --log $(ACCESS_LOGS)
# You can add your specific instructions there.
-include makefile.user