Skip to content

Commit

Permalink
fix invalid regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Mar 15, 2021
1 parent 57a7dea commit 9cd9b7e
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 @@ -62,7 +62,7 @@ $(APP): check_tamago

$(APP).dcd: check_tamago
$(APP).dcd: GOMODCACHE=$(shell ${TAMAGO} env GOMODCACHE)
$(APP).dcd: TAMAGO_PKG=$(shell grep "github.com/f-secure-foundry/tamago v" go.mod | awk '{print $$2"@"$$3}')
$(APP).dcd: TAMAGO_PKG=$(shell grep "github.com/f-secure-foundry/tamago v" go.mod | awk '{print $$1"@"$$2}')
$(APP).dcd: dcd

$(APP).bin: $(APP)
Expand Down

0 comments on commit 9cd9b7e

Please sign in to comment.