https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 11bb2599435ca259052ae8c4006ad287d97b35ff authored by a1ex on 31 March 2016, 18:06:00 UTC
Close branch fonts
Tip revision: 11bb259
Makefile

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

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

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