https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2ca3a661953b959127a96ea49c66830a19c920c5 authored by Daniel Fort on 04 July 2018, 20:27:50 UTC
Closed branch update-to-EOSM.203_test_branch
Tip revision: 2ca3a66
Makefile

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

# include modules environment
include ../Makefile.modules

back to top