From 40811f90d2db43f65a64a631a98911931e43e59e Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Mon, 31 Jul 2023 16:49:35 +0200 Subject: [PATCH] Revert "Fix installation of templated service/timer" This reverts commit ec93fa7b17fd7c634ad093101034e901313a0ecc. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 35d2a76..e266dc6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ WHITE := $(shell tput -Txterm setaf 7) CYAN := $(shell tput -Txterm setaf 6) RESET := $(shell tput -Txterm sgr0) -.PHONY: all test build install +.PHONY: all test build all: build @@ -36,9 +36,6 @@ clean: ## Remove build related file rm -fr ./out rm -f ./junit-report.xml checkstyle-report.xml ./coverage.xml ./profile.cov yamllint-checkstyle.xml -install: ## Install - - ## Test: test: ## Run the tests of the project # $(GOTEST) -v -race ./... $(OUTPUT_OPTIONS)