projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CASL II仕様書の作成
[YACASL2.git]
/
test
/
system
/
Makefile
1
# 複数の子ディレクトリーでmakeを実行
2
CMDS = casl2 comet2 dumpword
3
define make_dirs
4
$(foreach d,$1,$(MAKE) -sC $d $2)
5
endef
6
7
.PHONY: check clean
8
9
check:
10
@$(call make_dirs,$(CMDS),$@; )
11
12
clean:
13
@$(call make_dirs,$(CMDS),$@; )