mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 22:00:10 -05: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
|