diff --git a/Makefile.in b/Makefile.in index 3847f5125..f52b8a405 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.