https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a1504b9dc1fccfcb608dcd1e698d6c077d72c36a authored by a1ex on 07 May 2014, 17:47:42 UTC
Close branch gettaskname-stubs
Tip revision: a1504b9
Makefile.installer

TOP_DIR?=../..
ML_SETUP_DISABLE_USER_CONFIGS=y
ML_SETUP_EXTENSION=installer
ML_SRC_PROFILE=installer

include $(TOP_DIR)/platform/Makefile.platform.base

installer:: build_fir

install:: install_fir

clean::
	$(call rm_files, updater*)

include $(TOP_DIR)/Makefile.inc
back to top