https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 70f43a2edbd857f6262168ec247dd487add5c37b authored by dannephoto on 08 September 2017, 00:28:19 UTC
Closed branch crop_rec_4k
Tip revision: 70f43a2
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules
back to top