https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ff4f765007a239c730aca8e707f87cb9487ec746 authored by danne on 23 January 2019, 14:29:48 UTC
tried alternate branch to prevent real time bug but seems no change.
Tip revision: ff4f765
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