mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
12 lines
166 B
Makefile
12 lines
166 B
Makefile
|
|
MODULE := devtools/qtable
|
|
|
|
MODULE_OBJS := \
|
|
qtable.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := qtable
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|