Makefile: clean up SWIG generated files for test_swig_opencv
This commit is contained in:
parent
f8bf158b3c
commit
39c842533d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,4 +24,4 @@ _test_swig_opencv.so: test_swig_opencv.cpp test_swig_opencv.i okapi-typemaps.i n
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.so test_swig_wrap.c *.pyc test_swig.py
|
rm -f *.o *.so test_swig_wrap.c test_swig_opencv_wrap.cxx *.pyc test_swig.py test_swig_opencv.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue