https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1208127fef5259a8e770c53bf60cc07418f01373 authored by danne on 18 January 2017, 14:05:18 UTC
Closed branch crop_rec_ALL
Tip revision: 1208127
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