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

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

# include modules environment
include ../Makefile.modules
back to top