https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6d0ce44955b6465b2f068a2051001be7482d35f5 authored by Daniel Fort on 10 April 2018, 19:19:50 UTC
Closed branch update-to-650D.105-wip
Tip revision: 6d0ce44
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