mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-12 01:00:04 -04: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
|