https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6df5f9bff167d8ec5987625d19ffc030c640ad62 authored by alex@thinkpad on 21 June 2018, 06:08:11 UTC
Close branch crop_rec_4k_650D_experimental
Tip revision: 6df5f9b
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=adtg_gui
MODULE_OBJS=adtg_gui.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top