summaryrefslogtreecommitdiffstats
path: root/convert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'convert/Makefile')
-rw-r--r--convert/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/convert/Makefile b/convert/Makefile
index 1aec5909..a98e951b 100644
--- a/convert/Makefile
+++ b/convert/Makefile
@@ -1,6 +1,9 @@
FILES = xf86PciInfo2pcitable
-all: $(FILES)
+all: $(FILES) verif
+
+verif:
+ ./verify_Cards.pl
clean:
rm -f $(FILES)