Makefile 89 B

12345
  1. all:
  2. rm -rf vendor/*
  3. govendor init
  4. govendor add +external
  5. zip -r -q vendor.zip vendor