this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 646c17e2a0b8a8a7f116a6d0972b4cdabdf01938 7 lines 204 B view raw
1all: bin/mostliked bin/feedweb 2 3bin/mostliked: cmd/mostliked/*.go pkg/mostliked/*.go 4 go build -o $@ ./cmd/mostliked 5 6bin/feedweb: cmd/feedweb/*.go pkg/*/*.go mostliked/*.go 7 go build -o $@ ./cmd/feedweb