source tree re-arrangement
[m6w6/btr] / lib / btr / mail.mk
diff --git a/lib/btr/mail.mk b/lib/btr/mail.mk
deleted file mode 100644 (file)
index 37b8a6c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.PHONY: all
-.SUFFIXES:
-
-all: 
-       MESSAGE=$$(printf "\nbtr %s %s\n\n-- \nbtr mail report\n" "$(BUILD)" "$(REPORT)"); \
-       mail -s "[btr] $(BUILD) $(REPORT)" \
-               -a $(CONFIG_REPORT) -a $(BUILD_REPORT) -a $(TEST_REPORT) \
-               $(USER) <<<"$$MESSAGE"
-
-# vim: set noet