Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Oct 12, 2023
1 parent d1a7116 commit ff28100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

build: go.sum
go build -mod=readonly CGO_ENABLED=1 -o build/dorad ./cmd/dorad
CGO_ENABLED=1 go build -mod=readonly -o build/dorad ./cmd/dorad

install: go.sum
go install -mod=readonly CGO_ENABLED=1 ./cmd/dorad
CGO_ENABLED=1 go install -mod=readonly ./cmd/dorad

0 comments on commit ff28100

Please sign in to comment.