mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-19 07:00:17 -05:00
12 lines
182 B
Makefile
12 lines
182 B
Makefile
|
|
steampipe:
|
|
go build -o /usr/local/bin/steampipe
|
|
|
|
report_assets:
|
|
$(MAKE) -C ui/report
|
|
|
|
all:
|
|
$(MAKE) -C pluginmanager
|
|
$(MAKE) -C ui/report
|
|
go build -o /usr/local/bin/steampipe
|