https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 56da1ebc4e0357e0844f92039692788fb26dc375 authored by Daniel Fort on 01 October 2017, 06:15:46 UTC
Closed branch crop_rec_4k_SoundDevShutDownIn_fix
Tip revision: 56da1eb
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