Initial commit
This commit is contained in:
12
devtools/create_lure/module.mk
Normal file
12
devtools/create_lure/module.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
MODULE := devtools/create_lure
|
||||
|
||||
MODULE_OBJS := \
|
||||
create_lure_dat.o \
|
||||
process_actions.o
|
||||
|
||||
# Set the name of the executable
|
||||
TOOL_EXECUTABLE := create_lure
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
||||
Reference in New Issue
Block a user