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