You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
145 B

  1. BINARY = weed
  2. SOURCE_DIR = .
  3. all: install
  4. install:
  5. cd weed; go install
  6. full_install:
  7. cd weed; go install -tags "elastic gocdk sqlite hdfs"