diff options
-rw-r--r-- | convert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/convert/Makefile b/convert/Makefile index c765b2d6..60372817 100644 --- a/convert/Makefile +++ b/convert/Makefile @@ -8,4 +8,5 @@ verif: ./verify_Cards.pl clean: - rm -f $(FILES) modules.pcimap modules.usbmap vendors.txt + rm -f $(FILES) modules.pcimap modules.usbmap vendors.txt pcitable.new usbtable.new + |