Make
This commit is contained in:
parent
47997f27ad
commit
64433c9912
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -15,6 +15,8 @@ export
|
|||
# XXX: El espacio antes del comentario cuenta como espacio
|
||||
args ?=## Argumentos para Hain
|
||||
hain ?= $(HAINISH)## Ubicación de Hainish
|
||||
branch ?= $(shell git rev-parse --abbrev-ref HEAD)## Rama a deployear
|
||||
container ?= $(shell basename $(PWD))
|
||||
|
||||
help: always ## Ayuda
|
||||
@echo -e "Sutty\n" | sed -re "s/^.*/\x1B[38;5;197m&\x1B[0m/"
|
||||
|
|
Loading…
Reference in a new issue