diff --git a/Makefile b/Makefile index 59c3fe2..3a9033e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ build: install-templates: mkdir -p $(HOME)/.mcpt/templates - cp -r templates/* $(HOME)/.mcpt/templates/ + cp -r $(CURDIR)/templates/* $(HOME)/.mcpt/templates/ test: check-go @echo "$(YELLOW)Running tests...$(NC)"