From 8cc83015e2289b611448002a194f23cfaaa253b5 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Mon, 12 Sep 2022 14:56:04 -0500 Subject: [PATCH] Makefile updates --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 538e433..365a06f 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.45.2