From b15267a801bd0f63c5614042e7f8b2daaffdd38d Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Mon, 14 Aug 2023 20:55:47 +0300 Subject: [PATCH] imp - target, not targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e9e2ba..e3621b0 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ # along with this program. If not, see . # -OUTPUTS = targets debian/nuglobal -BINARIES = targets/release/nuglobal +OUTPUTS = target debian/nuglobal +BINARIES = target/release/nuglobal MANUALS = doc/nuglobal.1 .PHONY: all all-online-release debian-install