projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55d1da9
)
Makefileの微修正
author
j8takagi
<j8takagi@nifty.com>
Sun, 19 Dec 2010 15:25:15 +0000
(
00:25
+0900)
committer
j8takagi
<j8takagi@nifty.com>
Sun, 19 Dec 2010 15:25:15 +0000
(
00:25
+0900)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5a4b7a2
..
d8e2f6a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,8
+7,10
@@
check:
@make -sC test/system
doc:
-
@
make -sC doc
+ make -sC doc
clean:
- @for target in src test/integration test/unit as/casl2lib; do $(MAKE) -sC $$target clean; done;
+ @make -sC src $@
+ @make -sC test/system $@
+ @make -sC test/unit $@
@rm -f casl2 comet2 dumpword