mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-07 14:04:01 +00:00
17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
# Makefile to make KeyShow tool.
|
|
|
|
include $(SRCDIR)/config/aros.cfg
|
|
|
|
FILES := main locale keyboardgroup_class
|
|
|
|
EXEDIR := $(AROS_TOOLS)
|
|
|
|
#MM- workbench-tools : workbench-tools-keyshow
|
|
#MM workbench-tools-keyshow : includes linklibs workbench-tools-keyshow-catalogs
|
|
|
|
%build_prog mmake=workbench-tools-keyshow \
|
|
progname=KeyShow targetdir=$(EXEDIR) \
|
|
files=$(FILES)
|
|
|
|
%common
|