blob: 3d648719601d596b5a7f92dc6d8039c843c33786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $URL$
# $Id$
MODULE := tools/create_drascula
MODULE_OBJS := \
create_drascula.o
# Set the name of the executable
TOOL_EXECUTABLE := create_drascula
# Include common rules
include $(srcdir)/rules.mk
|