Add emoji model for other language
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
committed by
Tobias Fella
parent
3a4f71de7f
commit
2e42abd7c9
11
tools/Makefile
Normal file
11
tools/Makefile
Normal 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}'
|
||||
Reference in New Issue
Block a user