Add emoji model for other language

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-11-27 16:41:55 +01:00
committed by Tobias Fella
parent 3a4f71de7f
commit 2e42abd7c9
146 changed files with 192071 additions and 0 deletions

11
tools/Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: help update build
.DEFAULT_GOAL := help
update: ## Update sources
@composer update
build: ## Build rules
@./build.php
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-7s\033[0m %s\n", $$1, $$2}'