Skip to content

Commit

Permalink
Makefile: add xk6-depsync to build target
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Oct 6, 2023
1 parent 6bf8353 commit 1a15a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ help:
## clean: Removes any previously created build artifacts.
clean:
rm -f ./xk6
rm -f ./xk6-depsync
rm -f ./k6

## build: Builds the 'xk6' binary.
build:
go build -work ./cmd/xk6
go build -work ./cmd/xk6-depsync/

## format: Applies Go formatting to code.
format:
Expand Down

0 comments on commit 1a15a46

Please sign in to comment.