aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_cryomni3d/module.mk
blob: 79e2b1a11a13bf0206a9bc15104bda4e81c7e089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MODULE := devtools/create_cryomni3d

MODULE_OBJS := \
	create_cryomni3d_dat.o \
	util.o \
	versailles.o

# Set the name of the executable
TOOL_EXECUTABLE := create_cryomni3d_dat

# Include common rules
include $(srcdir)/rules.mk