~dricottone/digestion

ref: 3f168fd6c4767b4a62a3303fe211045971e43d92 digestion/Makefile -rw-r--r-- 209 bytes
3f168fd6Dominic Ricottone Added structure for renderers; Tweak on message boundary 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
SHARE_DIR?=/usr/local/share
INSTALL_DIR?=$(SHARE_DIR)/mail-filters

clean:
	rm -rf digestion

build:
	go build

install: build
	mkdir -m755 -p $(INSTALL_DIR)
	install -m755 digestion $(INSTALL_DIR)/digestion