Skip to content
Snippets Groups Projects
Commit 43e1fbe7 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Makefile] Add 'stats' target

parent da0ec874
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,14 @@ fibril-unmap: ...@@ -67,6 +67,14 @@ fibril-unmap:
EMPER_IO=false \ EMPER_IO=false \
BUILDDIR="build-$@" BUILDDIR="build-$@"
.PHONY: stats
stats:
rm -f build
$(MAKE) build \
EMPER_LOG_LEVEL="Info" \
EMPER_STATS=true \
BUILDDIR="build-$@"
.PHONY: fast-static-analysis .PHONY: fast-static-analysis
fast-static-analysis: all check-format check-license doc fast-static-analysis: all check-format check-license doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment