Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof committed Dec 7, 2021
1 parent 97b935f commit dd76f83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ else
@echo "\033[32m✔ SSH Public Key\033[0m"
endif

#EXECUTABLES = $(GIT) $(DOCKER) aws
#K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) found in PATH. Please install it.")))

# This ensures we include main.mk and variables.mk only if it's there. If not we don't error out (IE in case of bootstrap)
-include $(INFRA_DIR)/icmk/main.mk
-include $(INFRA_DIR)/icmk/variables.mk

0 comments on commit dd76f83

Please sign in to comment.