https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d45ef76d3991dd06ce8998b32b3c48b6d3cab6b1 authored by Daniel Fort on 25 January 2017, 03:47:45 UTC
Closed branch x-resolution
Tip revision: d45ef76
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