latex_mkディレクトリーでMakeをするとテスト実行するよう仕様変更
authorj8takagi <j8takagi@nifty.com>
Mon, 9 Dec 2013 10:20:11 +0000 (19:20 +0900)
committerj8takagi <j8takagi@nifty.com>
Mon, 9 Dec 2013 10:20:11 +0000 (19:20 +0900)
latex_mk/Makefile

index f6c66ff..ef71f59 100644 (file)
@@ -1 +1,7 @@
-include latex.mk
+.PHONY: test clean
+
+test:
+       $(MAKE) -sC test check
+
+clean:
+       $(MAKE) -sC test clean