blob: f1e8ea3aa93902329e669f3175eda276a076bb62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
MODULE := devtools/create_cryo
MODULE_OBJS := \
create_cryo_dat.o
# Set the name of the executable
TOOL_EXECUTABLE := create_cryo_dat
# Include common rules
include $(srcdir)/rules.mk
|