commit 49ad54d50c2833ac80ac703753c93075c5bbeb11 parent e68925c2b59e54eac8db9b87b1e71bd0fd86530d Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 1 Apr 2024 13:38:34 +0200 add missing Makefiles Diffstat:
| A | src/templating/test7/Makefile | | | 8 | ++++++++ |
| A | src/templating/test8/Makefile | | | 8 | ++++++++ |
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/templating/test7/Makefile b/src/templating/test7/Makefile @@ -0,0 +1,8 @@ +.PHONY: test clean + +test: + @../dotest.sh json base.mustache + +clean: + rm -f resu.last vg.last + diff --git a/src/templating/test8/Makefile b/src/templating/test8/Makefile @@ -0,0 +1,8 @@ +.PHONY: test clean + +test: + @../dotest.sh json must + +clean: + rm -f resu.last vg.last +