feat: yabloOS

This commit is contained in:
2025-11-25 18:40:55 +03:00
parent 1562998d01
commit 638210a26c
2 changed files with 8 additions and 5 deletions

View File

@@ -55,3 +55,7 @@ build-linux:
build-windows:
@$(MKDIR) $(BUILD_DIR)
@cd $(SRC_DIR) && GOOS=windows GOARCH=amd64 $(GOBUILD) -o $(BUILD_DIR)/$(APP_NAME).exe $(CMD_PATH)
build-darwin:
@$(MKDIR) $(BUILD_DIR)
@cd $(SRC_DIR) && GOOS=darwin GOARCH=amd64 $(GOBUILD) -o $(BUILD_DIR)/$(APP_NAME)-darwin $(CMD_PATH)