diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 12:46:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 12:46:03 +0000 |
commit | 95b0c933ce024b5d6edebd93b7ba40a723181b9c (patch) | |
tree | 97d8be84f6f7fb9a42d189303ffdc3830e1293ca /lst/Makefile | |
parent | e889e2c4d09f41e8bf61f444419722be6e722554 (diff) | |
download | ldetect-lst-95b0c933ce024b5d6edebd93b7ba40a723181b9c.tar ldetect-lst-95b0c933ce024b5d6edebd93b7ba40a723181b9c.tar.gz ldetect-lst-95b0c933ce024b5d6edebd93b7ba40a723181b9c.tar.bz2 ldetect-lst-95b0c933ce024b5d6edebd93b7ba40a723181b9c.tar.xz ldetect-lst-95b0c933ce024b5d6edebd93b7ba40a723181b9c.zip |
add checking Cards+ in "make check"
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lst/Makefile b/lst/Makefile index d8a5e9bc..59b0ef3b 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -19,6 +19,7 @@ clean: check: @../convert/merge2pcitable.pl pcitable pcitable pcitable > /dev/null @../convert/merge2pcitable.pl pcitable usbtable usbtable > /dev/null + @cd ../convert; ./verify_Cards.pl CardsNames: Cards+ ../convert/Cards2CardsNames.pl rm -f $@ |