1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-07 14:04:01 +00:00
Files
AROS-v0/workbench/tools/mmakefile.src
Matthias Rustler 37d6884291 mmakefile*: header fixes
copyright sign unfied to (C)
$Id$ removed
2021-05-02 13:52:04 +02:00

16 lines
309 B
Plaintext

#
# Makefile for the Workbench:Tools directory.
include $(SRCDIR)/config/aros.cfg
FILES := Calculator GraphicDump InitPrinter PrintFiles
#MM- workbench : workbench-tools
#MM workbench-tools : includes linklibs
%build_progs mmake=workbench-tools \
files=$(FILES) targetdir=$(AROSDIR)/Tools
%common