summaryrefslogtreecommitdiffstats
path: root/isys
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 /isys
parentd7a204dc78f05ee3eb53367dda3a35dac13820e5 (diff)
downloadanaconda-1c7c0542d783fb65824db412594a365fe88832e0.tar.gz
anaconda-1c7c0542d783fb65824db412594a365fe88832e0.tar.xz
anaconda-1c7c0542d783fb65824db412594a365fe88832e0.zip
make make clean cleaner
Diffstat (limited to 'isys')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 097ee4b31..cc8df6a5f 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -27,7 +27,7 @@ _silo.so: silo.c
libisys.a: libisys.a($(OBJECTS) $(STATICOBJS))
clean:
- rm -f *.o *.so *.a $(TARGET) $(OBJECTS)
+ rm -f *.o *.so *.a *.pyc $(TARGET) $(OBJECTS)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d clean; done
install: all