Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimoniet authored May 28, 2024
1 parent 1766d7d commit 8b9026b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ start_tls: build

build_all: test clean
@echo "Building everything..."
mkdir dist
@for OS in $(XC_OS); do \
for ARCH in $(XC_ARCH); do \
[ $$OS = "windows" ] && [ $$ARCH = "arm64" ] && continue; \
Expand Down

0 comments on commit 8b9026b

Please sign in to comment.