https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7304b6a69fa76ce115103b4e470cfaeeb54c6a3b authored by Daniel Fort on 08 September 2015, 00:18:07 UTC
Close branch dof_display.
Tip revision: 7304b6a
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