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.

8 lines
150 B

  1. all: gen
  2. .PHONY : gen
  3. gen:
  4. cd ../weed; GOOS=linux go build; mv weed ../docker/
  5. docker-compose -f local-dev-compose.yml -p seaweedfs up
  6. rm ./weed