Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoder04 committed May 8, 2022
1 parent c05ae51 commit 766c94a
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 @@ -3,7 +3,7 @@ SHELL = /bin/sh
PREFIX ?= /usr
NAME = kherson

build: man
build:
GOOS=linux GOARCH=amd64 go build -o $(NAME) .

clean:
Expand Down

0 comments on commit 766c94a

Please sign in to comment.