projects
/
makefiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32dff3b
)
latex_mkディレクトリーでMakeをするとテスト実行するよう仕様変更
author
j8takagi
<j8takagi@nifty.com>
Mon, 9 Dec 2013 10:20:11 +0000
(19:20 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Mon, 9 Dec 2013 10:20:11 +0000
(19:20 +0900)
latex_mk/Makefile
patch
|
blob
|
history
diff --git
a/latex_mk/Makefile
b/latex_mk/Makefile
index
f6c66ff
..
ef71f59
100644
(file)
--- a/
latex_mk/Makefile
+++ b/
latex_mk/Makefile
@@
-1
+1,7
@@
-include latex.mk
+.PHONY: test clean
+
+test:
+ $(MAKE) -sC test check
+
+clean:
+ $(MAKE) -sC test clean