https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4e763fbc142062788d4d96965b9d8722062eb64d authored by dannephoto on 07 May 2017, 04:08:15 UTC
Bouncyball patched ml-dng now working with lj92 compress output of dng files!!
Tip revision: 4e763fb
Makefile

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

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top