https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ef8e9af8579d196c7beb1837b5716972b15601cb authored by a1ex on 12 April 2016, 20:19:15 UTC
Close branch bench-and-tests-as-modules
Tip revision: ef8e9af
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