From ca08831c9624db9fba2805b5b1116ba779db02ff Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:06:08 +0000 Subject: [project @ fpeters@0d.be-20071120201438-11ybvaefw3o02p7h] clean built files Original author: Frederic Peters Date: 2007-11-20 21:14:38.792000+01:00 --- bindings/python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 3b643b4a..bb2c6eaf 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -27,4 +27,7 @@ BUILT_SOURCES = _lasso.c _lasso.c: $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ +clean-local: + -rm lasso.py lasso.pyc _lasso.c + endif -- cgit