Skip to content

Commit

Permalink
make/gmake fortunes
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Oct 28, 2016
1 parent d91d397 commit 8039549
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 @@ -51,7 +51,7 @@ debug:
go fmt
mkdir -p bin
CGO_ENABLED=1 go build -v -x -tags debug ${DEBUGLDFLAGS} -o bin/${NAME}-v${DEBUG}
build: fortune
build:
set -e
go fmt
mkdir -p bin
Expand Down

0 comments on commit 8039549

Please sign in to comment.