Skip to content

Commit

Permalink
Move build-windows phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaMr committed Jan 13, 2025
1 parent f6a192c commit afd4b9c
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 @@ -63,7 +63,7 @@ lint: $(lint-targets)

# Release.
release-build:
@goreleaser release --clean
@goreleaser build --id oasis-windows-amd64 --snapshot --clean

# Test.
test-targets := test-unit
Expand All @@ -84,10 +84,10 @@ clean:
# List of targets that are not actual files.
.PHONY: \
all build \
build-windows \
examples \
clean-examples \
fmt \
$(lint-targets) lint \
$(test-targets) test \
clean \
build-windows
clean

0 comments on commit afd4b9c

Please sign in to comment.