aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-11-25 11:13:06 +0100
committerLoïc Hoguin <[email protected]>2024-11-25 11:13:06 +0100
commit79413746470f1ea112ac57ed189e39e71ac22cdd (patch)
tree2cbdbd691d09e9705ee2604be77b14d2b312f789 /Makefile
parenta6f9a450af99a7a95848dde671de658bb53a43dc (diff)
downloaderlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.tar.gz
erlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.tar.bz2
erlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.zip
Check templates independently from tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b69bfb8..ec2f746 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,9 @@ summary:
@sort test/packages/errors.log > test/logs/latest.log
@cp test/logs/latest.log "test/logs/$(shell date '+%F_%T%z')"
+check-templates:
+ $(MAKE) -C test templates
+
search:
@$(MAKE) --no-print-directory \
-f core/core.mk $(addprefix -f,$(wildcard index/*.mk)) -f core/index.mk \