[make] add toplevel target to build and start the toplevel

Summary: Convenient.

Reviewed By: mbouaziz

Differential Revision: D6545072

fbshipit-source-id: a05d384
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent 4db780d364
commit 26f27fe147

@ -178,6 +178,14 @@ test_build: src_build_common
$(QUIET)$(call silent_on_success,Testing Infer builds without warnings,\ $(QUIET)$(call silent_on_success,Testing Infer builds without warnings,\
$(MAKE_SOURCE) test) $(MAKE_SOURCE) test)
.PHONY: toplevel
toplevel: src_build_common
$(QUIET)$(call silent_on_success,Building Infer REPL,\
$(MAKE_SOURCE) toplevel)
$(QUIET)echo
$(QUIET)echo "You can now use the infer REPL:"
$(QUIET)echo " \"$(ABSOLUTE_ROOT_DIR)/scripts/infer_repl\""
ifeq ($(IS_FACEBOOK_TREE),yes) ifeq ($(IS_FACEBOOK_TREE),yes)
byte src_build_common src_build test_build: fb-setup byte src_build_common src_build test_build: fb-setup
endif endif

Loading…
Cancel
Save