X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=lib%2Fbtr%2Freport%2Fnotify-send.mk;fp=lib%2Fbtr%2Freport%2Fnotify-send.mk;h=f4c5197610b79cc253707efd2d3f9113226e6fd1;hp=0000000000000000000000000000000000000000;hb=c279a4f33736b85e86346448b5aad7ab64b2b612;hpb=b609ee3359952dcb039173e14abebd5ed21c8b42 diff --git a/lib/btr/report/notify-send.mk b/lib/btr/report/notify-send.mk new file mode 100644 index 0000000..f4c5197 --- /dev/null +++ b/lib/btr/report/notify-send.mk @@ -0,0 +1,7 @@ +.PHONY: all +.SUFFIXES: + +all: + notify-send "[btr] $(BUILD) $(REPORT)" + +# vim: noet