~dricottone/digestion

8cc83015e2289b611448002a194f23cfaaa253b5 — Dominic Ricottone 1 year, 8 months ago ee94f07
Makefile updates
1 files changed, 1 insertions(+), 3 deletions(-)

M Makefile
M Makefile => Makefile +1 -3
@@ 1,5 1,4 @@
SHARE_DIR?=/usr/local/share
INSTALL_DIR?=$(SHARE_DIR)/mail-filters
INSTALL_DIR?=/usr/local/bin
GO_FILES=$(shell find -name '*.go')

.PHONY: clean


@@ 15,6 14,5 @@ build: digestion

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