Makefile: Fix usage of BIN macro - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 314af1528acc78f62256043cb8a9c81f8f7833b8
parent 20a51bafd3906aa0337fe221d0981293d94370a5
Author: Quentin Rameau 
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(-)
---
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 \