From 39c842533d302ab3185b94289162c9372e78c917 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 6 May 2014 08:14:16 +0200 Subject: [PATCH] Makefile: clean up SWIG generated files for test_swig_opencv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc40933..d033bf5 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ _test_swig_opencv.so: test_swig_opencv.cpp test_swig_opencv.i okapi-typemaps.i n .PHONY: 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