Skip to content

Commit 00c6cc9

Browse files
authored
Update Makefile
1 parent 301697e commit 00c6cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ALLIBS := $(patsubst %_module.cc,lib%.so,$(wildcard *_module.cc))
1+
ALLIBS := $(patsubst %_module.cc,libtf_op_%.so,$(wildcard *_module.cc))
22

33
all: $(ALLIBS)
44

5-
lib%.so: %_kernel.o %_module.o
5+
libtf_op_%.so: %_kernel.o %_module.o
66
g++ -shared -o $@ $^ $(TF_OPS_CFLAGS) -fPIC $(TF_OPS_LFLAGS)
77

88
%_module.o: %_module.cc

0 commit comments

Comments
 (0)