Skip to content

Commit

Permalink
remove decpud from Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G Minnich <[email protected]>
  • Loading branch information
rminnich committed Aug 20, 2023
1 parent 70c9b3f commit dccd143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
-CGO_ENABLED=0 go build -o bin/decpu ./cmds/decpu/.
ifeq ($(OS),Linux)
-CGO_ENABLED=0 go build -o bin/cpud ./cmds/cpud/.
-CGO_ENABLED=0 go build -o bin/decpud ./cmds/decpud/.
-CGO_ENABLED=0 go build -tags mDNS -o bin/decpud ./cmds/cpud/.
endif
endif

Expand All @@ -31,7 +31,6 @@ else
-(cd bin && CGO_ENABLED=0 gox -osarch=$(CPU_OSARCH) ../cmds/cpu/.)
-(cd bin && CGO_ENABLED=0 gox -osarch=$(CPUD_OSARCH) ../cmds/cpud/.)
-(cd bin && CGO_ENABLED=0 gox -osarch=$(CPU_OSARCH) ../cmds/decpu/.)
-(cd bin && CGO_ENABLED=0 gox -osarch=$(CPUD_OSARCH) ../cmds/decpud/.)
endif

test:
Expand Down

0 comments on commit dccd143

Please sign in to comment.