Makefile 98 B

12345678910
  1. all:
  2. go build -v
  3. plugins:
  4. make -C plugins/cnative
  5. make -C plugins/cgo
  6. .PHONY: all plugins