https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: afaafdc31143fb2bd335b60ea1f8fd54dfd253d7 authored by Daniel Fort on 02 December 2016, 16:12:41 UTC
Close branch new_raw_format.
Tip revision: afaafdc
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