Skip to content

Commit

Permalink
No need to switch to src folder. We're already in.
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 11, 2024
1 parent 17a3cfc commit 1860be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ default: \

.PHONY: test
test: out/.common-loaded
$(call run,make -C src test)
$(call run,make test)

.PHONY: lint
lint: out/.common-loaded
$(call run,make -C src lint)
$(call run,make lint)

.PHONY: format
format: out/.common-loaded
$(call run,make -C src fmt)
$(call run,make fmt)

.PHONY: docs
docs: out/.common-loaded
Expand Down

0 comments on commit 1860be2

Please sign in to comment.