mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-10 22:00:06 -04:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
|
steampipe:
|
|
go build -o /usr/local/bin/steampipe
|
|
|
|
all:
|
|
$(MAKE) -C plugin_manager
|
|
go build -o /usr/local/bin/steampipe
|