diff options
Diffstat (limited to 'devtools/qtable/module.mk')
-rw-r--r-- | devtools/qtable/module.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/qtable/module.mk b/devtools/qtable/module.mk new file mode 100644 index 0000000000..5aab9ad0c7 --- /dev/null +++ b/devtools/qtable/module.mk @@ -0,0 +1,13 @@ +# $URL$ +# $Id$ + +MODULE := devtools/qtable + +MODULE_OBJS := \ + qtable.o + +# Set the name of the executable +TOOL_EXECUTABLE := qtable + +# Include common rules +include $(srcdir)/rules.mk |