summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 5f3cf16beb..68d8483725 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -66,10 +66,10 @@ test:
$(CC) test.c -o test $(SHORTNAME)
clean:
- rm -f *.o *.so *.so.* *~
+ rm -f *.o *.a *~ *.so *.so.*
-distclean:
- rm -f Makefile.bak *.o *.so *.so.* test *~ .depend
+distclean: clean
+ rm -f .depend test
rm -f pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h pci.db
dep: depend