1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-13 15:37:43 +00:00
wfjm.w11/tools/mcode/Makefile
2019-07-05 17:23:39 +02:00

24 lines
481 B
Makefile

# $Id: Makefile 1176 2019-06-30 07:16:06Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
#
# Revision History:
# 2019-05-19 1151 1.0.1 add dz11
# 2019-05-07 1147 1.0 Initial version
#
DIRS = dl11
DIRS += dz11
DIRS += lp11
DIRS += m9312
DIRS += pc11
DIRS += sys
#
TARGETS = all alllda allcof alllst clean
#
.PHONY: $(TARGETS) $(DIRS)
#
$(TARGETS): $(DIRS)
#
$(DIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)