https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bbe979485717ba96af2159e5e3abbdd36fdd699d authored by a1ex on 16 July 2014, 05:42:16 UTC
Close branch ISO-Formatting
Tip revision: bbe9794
Makefile

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

# include modules environment
include ../Makefile.modules

back to top