Makefile: Fix usage of BIN macro - sacc - sacc(omys), simple console gopher client
 (HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 314af1528acc78f62256043cb8a9c81f8f7833b8
 (DIR) parent 20a51bafd3906aa0337fe221d0981293d94370a5
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Fri,  3 May 2024 05:27:32 +0200
       
       Makefile: Fix usage of BIN macro
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -6,7 +6,7 @@ include config.mk
        
        BIN = sacc
        MAN = $(BIN).1
       -OBJ = $(BIN:=.o) ui_$(UI).o io_$(IO).o
       +OBJ = sacc.o ui_$(UI).o io_$(IO).o
        
        GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 \
                && git describe --tags \