From b7cd218fe8ab710cec6a0b69e2a4e8111cc6e95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Holl=C3=B3s?= Date: Mon, 23 Nov 2020 11:55:34 +0100 Subject: [PATCH] commented possibility for global install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e7cbb5..3cc64b7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ TARGET=fiboBG -DEST=$(HOME)/.local/bin +DEST=$(HOME)/.local/bin #local install +#DES=/usr/local #global install SRC=main.c # DEBUG=-g DEBUG=