Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Oct 6, 2023
1 parent 9bbdfe4 commit d273e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/basic/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
relayer-basic: $(shell find .. -name "*.go")
CC=$$(which musl-gcc) go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./relayer-basic

start: POSTGRESQL_DATABASE=postgres://nostr:nostr@localhost:5432/nostr?sslmode=disable go run main.go

0 comments on commit d273e64

Please sign in to comment.