Skip to content

Commit

Permalink
Merge pull request #12 from dahag-ag/add-make-clean
Browse files Browse the repository at this point in the history
Add 'make clean'
  • Loading branch information
jkahrs authored Apr 19, 2024
2 parents 57c38c4 + 38479cd commit d08ea39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ insert_final_newline = true

[*.{yaml,yml}]
indent_size = 2

[Makefile]
indent_style = tab
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ verify:

build:
docker build -t "$(IMAGE_NAME):$(IMAGE_TAG)" .

clean:
go clean
go clean -testcache

0 comments on commit d08ea39

Please sign in to comment.