https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7b60856c872769c337fd58e6ad4408e726d083d8 authored by a1ex on 26 September 2014, 07:47:38 UTC
Close branch srm-memory.
Tip revision: 7b60856
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