add prof target

This commit is contained in:
Grissiom 2010-10-05 02:23:18 +08:00
parent d559c3fe2e
commit 2bfe4afea2

View file

@ -302,6 +302,9 @@ debug:
$(MAKE) all EXTRA_CFLAGS="-O0 -Wno-unused -Werror -g"
.PHONY: debug
prof:
$(MAKE) all EXTRA_CFLAGS="-pg" LDFLAGS="-pg"
.PHONY: prof
#
# User documentation, describing the features of the fish shell.