https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e570ae990944162b1a3c06b58867f644b07511da authored by a1ex on 19 June 2016, 18:37:47 UTC
Close branch 6D.116.
Tip revision: e570ae9
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