Add PHONY

This commit is contained in:
Lukas Hirt
2020-10-19 11:41:58 +02:00
parent ba65ed45a5
commit a55969873f
2 changed files with 32 additions and 2 deletions
+1
View File
@@ -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}
File diff suppressed because one or more lines are too long