https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 847794ec8ad3e9a0c0148edc164a0713b145c9d7 authored by alex@thinkpad on 26 June 2016, 20:27:40 UTC
adv_int: ignore empty lines when loading keyframes
Tip revision: 847794e
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_log
MODULE_OBJS=adtg_log.o

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

back to top