https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6aa636e93ce10f3b5c4d35e5d5057391dee130e2 authored by danne on 09 January 2017, 22:56:39 UTC
bouncy ball update
Tip revision: 6aa636e
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

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