https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e162905fcc1d355dd42ba7689fe0fd869789936f authored by Daniel Fort on 13 January 2017, 00:26:09 UTC
Close branch crop_rec.
Tip revision: e162905
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top