Skip to content

Commit

Permalink
Don't repeat build tags (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Dec 13, 2023
1 parent 7b4a0d2 commit 90609d7
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 @@ -153,7 +153,7 @@ clean:
#### application target ####

$(APP).elf: check_tamago
cd $(DIR) && $(GOENV) $(TAMAGO) build -tags ${BUILD_TAGS} $(GOFLAGS) -o $(CURDIR)/bin/$(APP).elf
cd $(DIR) && $(GOENV) $(TAMAGO) build $(GOFLAGS) -o $(CURDIR)/bin/$(APP).elf


$(APP)_manifest:
Expand Down

0 comments on commit 90609d7

Please sign in to comment.