Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jan 26, 2022
1 parent 31043c8 commit a9a0763
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 @@ -5,7 +5,7 @@ PKGNAME := solrdump
all: $(TARGETS)

$(TARGETS): %: cmd/%/main.go
go build -o $@ $<
go build -ldflags "-w -s" -o $@ $<

clean:
rm -f $(TARGETS)
Expand Down

0 comments on commit a9a0763

Please sign in to comment.