todo: fix the build with OBJDIR
This commit is contained in:
parent
e45c53acef
commit
79cd92d9ab
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user