diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:06:08 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:06:08 +0000 |
| commit | ca08831c9624db9fba2805b5b1116ba779db02ff (patch) | |
| tree | 65058ea24fecc5bb1d15d6ada0cb184e7efe765a /bindings/python | |
| parent | 7a7a8430b52b4ce8f1451eba927c3f809b84cc4e (diff) | |
| download | lasso-ca08831c9624db9fba2805b5b1116ba779db02ff.tar.gz lasso-ca08831c9624db9fba2805b5b1116ba779db02ff.tar.xz lasso-ca08831c9624db9fba2805b5b1116ba779db02ff.zip | |
[project @ fpeters@0d.be-20071120201438-11ybvaefw3o02p7h]
clean built files
Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-11-20 21:14:38.792000+01:00
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
