mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add makefile target for starting httpd.
This commit is contained in:
parent
3ca61ad227
commit
754f7a5167
@ -9,4 +9,7 @@ release:
|
||||
clean:
|
||||
@+make -f build.mk clean
|
||||
|
||||
.PHONY: all clean debug release db
|
||||
serve:
|
||||
@python httpd.py
|
||||
|
||||
.PHONY: all clean debug release serve
|
||||
|
Loading…
Reference in New Issue
Block a user