scummvm/tools/qtable/module.mk
2010-02-27 17:02:58 +00:00

14 lines
178 B
Makefile

# $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