Skip to content

Commit

Permalink
Fix installation of templated service/timer
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jul 31, 2023
1 parent 823a786 commit ec93fa7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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
.PHONY: all test build install

all: build

Expand All @@ -36,6 +36,9 @@ 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 ec93fa7

Please sign in to comment.