feat: yabloOS
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user