diff options
Diffstat (limited to 'plugins/broadcast/root/Makefile')
-rw-r--r-- | plugins/broadcast/root/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/broadcast/root/Makefile b/plugins/broadcast/root/Makefile deleted file mode 100644 index d88312d2..00000000 --- a/plugins/broadcast/root/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -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 |