Revision e10eb97126af9c132b7dcec5c7c21f40443a8279 authored by Eugene Sandulenko on 04 May 2013, 21:42:10 UTC, committed by Eugene Sandulenko on 04 May 2013, 21:42:10 UTC
1 parent c6bece7
Raw File
module.mk

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
back to top