todo: fix the build with OBJDIR

This commit is contained in:
Pierre Pronchery 2024-10-10 08:17:11 +02:00
parent e45c53acef
commit 79cd92d9ab

View File

@ -17,7 +17,7 @@ install=$(LIBDIR)
[todo] [todo]
type=binary type=binary
sources=main.c sources=main.c
depends=libTodo$(SOEXT) depends=$(OBJDIR)libTodo$(SOEXT)
cflags=-fPIE cflags=-fPIE
ldflags=-pie -L. -Wl,-rpath,$(LIBDIR) -lTodo ldflags=-pie -L. -Wl,-rpath,$(LIBDIR) -lTodo
install=$(BINDIR) install=$(BINDIR)