mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-04-06 19:09:00 +02:00
basic Makefile dependency fix.
This commit is contained in:
parent
80e643c492
commit
96fb775061
@ -1,4 +1,4 @@
|
||||
relayer: $(shell find . -name "*.go")
|
||||
relayer: $(shell find .. -name "*.go")
|
||||
go build -ldflags="-s -w" -o ./relayer
|
||||
|
||||
deploy: relayer
|
||||
|
Loading…
x
Reference in New Issue
Block a user