Skip to content

Commit

Permalink
[WIP] test makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Aug 10, 2023
1 parent 413e577 commit 14fc664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ all:

$(PROG): $(SOURCES)
@echo Building project
GOOS=$(OS) GOARCH=$(ARCH) go build -ldflags "-X main.version=`git describe 2>/dev/null || echo unknown`" -o $(PROG) ./cmd/cbuild
GOOS=$(OS) GOARCH=$(ARCH) go build -o $(PROG) ./cmd/cbuild

run: $(PROG)
@./$(PROG) $(ARGS) || true
Expand Down

0 comments on commit 14fc664

Please sign in to comment.