diff options
Diffstat (limited to 'plugins/broadcast/root/Makefile')
-rw-r--r-- | plugins/broadcast/root/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/broadcast/root/Makefile b/plugins/broadcast/root/Makefile new file mode 100644 index 00000000..d88312d2 --- /dev/null +++ b/plugins/broadcast/root/Makefile @@ -0,0 +1,9 @@ +clean: + rm -rf rr-jobbroadcast +install: all + cp rr-broadcast /usr/local/bin/rr-broadcast +uninstall: + rm -f /usr/local/bin/rr-broadcast +test: + composer update + go test -v -race -cover |