https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6fdcd90cc1c5ddd158fde808a04834ad01947bdb authored by g3gg0 on 14 December 2013, 12:50:21 UTC
Close branch andy600/5d2-stubs-updated-to-include-canon-prope-1387023868847
Tip revision: 6fdcd90
Makefile

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

# include modules environment
include ../Makefile.modules

back to top