Makefile 77 B

123456789101112
  1. all:
  2. go build
  3. plugins:
  4. make -C plugins/plugin1/
  5. .PHONY: plugins all