Skip to content

Commit

Permalink
fix(makefile): simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Sep 2, 2021
1 parent 3f01502 commit a4d0402
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ ifneq "$(COMMANDS_SUPPORTS_MAKE_ARGS)" ""
$(eval $(COMMANDS_ARGS):;@:)
endif

GREEN := \033[0;32m
RED := \033[0;31m
YELLOW := \033[0;33m
NC := \033[0m
NEED := ${GREEN}%-20s${NC}: %s\n
MISSING :=${RED}ARGUMENT missing${NC}\n
ARGUMENTS := make ${PURPLE}%s${NC} ${YELLOW}ARGUMENT${NC}\n

install: node_modules ## Installation application
@make docker image-pull -i
@make docker deploy -i
Expand Down

0 comments on commit a4d0402

Please sign in to comment.