Skip to content

Commit 1860be2

Browse files
committed
No need to switch to src folder. We're already in.
1 parent 17a3cfc commit 1860be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ default: \
1010

1111
.PHONY: test
1212
test: out/.common-loaded
13-
$(call run,make -C src test)
13+
$(call run,make test)
1414

1515
.PHONY: lint
1616
lint: out/.common-loaded
17-
$(call run,make -C src lint)
17+
$(call run,make lint)
1818

1919
.PHONY: format
2020
format: out/.common-loaded
21-
$(call run,make -C src fmt)
21+
$(call run,make fmt)
2222

2323
.PHONY: docs
2424
docs: out/.common-loaded

0 commit comments

Comments
 (0)