Skip to content

Commit 80a6253

Browse files
authored
Merge pull request #105 from Freakin/patch-1
Updated Makefile
2 parents 2180824 + 257efc1 commit 80a6253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ unit-python:
122122
test-python: unit-python
123123

124124
# Lint Python and update python code
125-
.Phony: lint-python
125+
.PHONY: lint-python
126126
lint-python:
127127

128128
black app/magtape-init/
@@ -156,7 +156,7 @@ coverage-rego:
156156
test-rego: unit-rego coverage-rego
157157

158158
# Lint Python and update python code
159-
.Phony: lint-rego
159+
.PHONY: lint-rego
160160
lint-rego:
161161

162162
opa fmt -l policies/
@@ -173,13 +173,13 @@ ci-lint-rego:
173173
###############################################################################
174174

175175
# Lint shell files
176-
.Phony: lint-shell
176+
.PHONY: lint-shell
177177
lint-shell:
178178

179179
hack/lint-shell.sh
180180

181181
# Lint shell files
182-
.Phony: lint-shell-ci
182+
.PHONY: lint-shell-ci
183183
lint-shell-ci:
184184

185185
hack/lint-shell.sh ci

0 commit comments

Comments
 (0)