https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: cc4d3f81092b3d32c92eb9b9d8474b163a332445 authored by a1ex on 31 May 2014, 06:28:45 UTC
Close branch 50d
Tip revision: cc4d3f8
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