Skip to content

Commit

Permalink
Add PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Oct 18, 2020
1 parent c04c961 commit d306504
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions konnectd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ lint:
generate: assets
go generate $(GENERATE)

.PHONY: assets
assets:
curl -o assets/identifier/static/logo.svg ${LOGO_URL}
curl -o assets/identifier/static/favicon.ico ${FAVICON_URL}
Expand Down
33 changes: 31 additions & 2 deletions konnectd/pkg/assets/embed.go

Large diffs are not rendered by default.

0 comments on commit d306504

Please sign in to comment.