https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ad64f1a031f74a340322a9a16b7b49755a6d419c authored by a1ex on 17 February 2014, 20:06:11 UTC
Close branch 7D-Shortcuts
Tip revision: ad64f1a
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