https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ea3a0cd5bd609630443340f2efbd5a3220bc3372 authored by David Milligan on 21 July 2016, 23:31:14 UTC
ramp.lua: ramping for some ML menu options
Tip revision: ea3a0cd
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