Skip to content

Commit

Permalink
Revert "Fix installation of templated service/timer"
Browse files Browse the repository at this point in the history
This reverts commit ec93fa7.
  • Loading branch information
raoulh committed Jul 31, 2023
1 parent d2e4304 commit 40811f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit 40811f9

Please sign in to comment.