aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-10-05 02:23:18 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-10-05 02:23:18 +0800
commit2bfe4afea258616656491f4b141e0396f9a8636f (patch)
treef1a0789c82a2587f81fa248c6fb4da9d95a89681 /Makefile.in
parentd559c3fe2e5c0324f66d3f2fc1eed330c5ead34e (diff)
add prof target
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3847f512..f52b8a40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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.