Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Ignore go build failure in makefile #48

@dfilipovic39

Description

@dfilipovic39

Hi,
there seems to be a problem when you modify go code, and makefile tries to rebuild server. If there is any compile time error the makefile recipe crashes.

Possible soultion would be prefixing build command with - :
-@go build -ldflags '$(LDFLAGS)' -o $@ $(IMPORT_PATH)/server

Failed build will be ignored this way and old binary would be used

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions