mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-10 19:00:30 -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
|