Skip to content

Commit

Permalink
Make build-simple work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heckel committed Dec 30, 2021
1 parent 9752bd7 commit 96ad49f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ build-snapshot: build-deps
goreleaser build --snapshot --rm-dist --debug

build-simple: clean
mkdir -p dist/ntfy_linux_amd64
mkdir -p dist/ntfy_linux_amd64 server/docs
touch server/docs/dummy
export CGO_ENABLED=1
go build \
-o dist/ntfy_linux_amd64/ntfy \
Expand Down

0 comments on commit 96ad49f

Please sign in to comment.