summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-01-03 23:51:35 +0000
committerBill Nottingham <notting@redhat.com>2000-01-03 23:51:35 +0000
commit1c7c0542d783fb65824db412594a365fe88832e0 (patch)
treeb1d82678741208d7bf20a9dfb2bf98278e588b57 /iw
parentd7a204dc78f05ee3eb53367dda3a35dac13820e5 (diff)
downloadanaconda-1c7c0542d783fb65824db412594a365fe88832e0.tar.gz
anaconda-1c7c0542d783fb65824db412594a365fe88832e0.tar.xz
anaconda-1c7c0542d783fb65824db412594a365fe88832e0.zip
make make clean cleaner
Diffstat (limited to 'iw')
-rw-r--r--iw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/Makefile b/iw/Makefile
index 95f6785e2..89cab4655 100644
--- a/iw/Makefile
+++ b/iw/Makefile
@@ -7,3 +7,7 @@ install:
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/iw
cp -a *.py $(DESTDIR)/$(PYTHONLIBDIR)/iw
../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/iw $(DESTDIR)/$(PYTHONLIBDIR)/iw/*.py
+
+clean:
+ rm -f *.o *.so *.pyc
+