Skip to content

Commit 33e0a94

Browse files
committed
Repair Makefile
1 parent 348c601 commit 33e0a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ToolFrameworkPath:= /usr/local/hk/ToolFrameworkCore/src
22

33
CXXFLAGS:= g++ -O3 -fPIC
44

5-
objects:=$(patsubst %.cpp, %.o, $(wildcard *.cpp))
5+
objects:=$(patsubst %.cpp, %.o, $(wildcard DataModel/*.cpp))
66

77
all: $(objects)
88
$(CXXFLAGS) --shared $(objects) -o libDataModel.so

0 commit comments

Comments
 (0)