Skip to content
Snippets Groups Projects
Commit f44e731d authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Fixed Makefile

parent cb552550
Branches
No related merge requests found
...@@ -87,7 +87,7 @@ PYMODULES=libcclvalue.py \ ...@@ -87,7 +87,7 @@ PYMODULES=libcclvalue.py \
libcclsentencecontext.py \ libcclsentencecontext.py \
libcclfunctionaloperator.py \ libcclfunctionaloperator.py \
libccloperator.py \ libccloperator.py \
boost_shared_ptr_wrap.py boost_shared_ptr.py
PYCBIN=libcclvalue.pyc \ PYCBIN=libcclvalue.pyc \
libcclstrset.pyc \ libcclstrset.pyc \
...@@ -101,7 +101,7 @@ PYCBIN=libcclvalue.pyc \ ...@@ -101,7 +101,7 @@ PYCBIN=libcclvalue.pyc \
libcclfunctionaloperator.pyc \ libcclfunctionaloperator.pyc \
libccloperator.pyc \ libccloperator.pyc \
libcclparser.pyc \ libcclparser.pyc \
boost_shared_ptr_wrap.pyc boost_shared_ptr.pyc
all:boost_shared_ptr.o $(CBIN) all:boost_shared_ptr.o $(CBIN)
# Nothing to do # Nothing to do
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment