diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-03-01 12:10:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-03-01 12:10:52 +0000 |
commit | 528412f5c72a6c839c039033594056a727e8a50e (patch) | |
tree | edab2548a7f9f7573fd18fe064cdc6d8325f3701 /lst | |
parent | 1121561ce55ea65445b52a2cc2c85029df401f2d (diff) | |
download | ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.gz ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.bz2 ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.tar.xz ldetect-lst-528412f5c72a6c839c039033594056a727e8a50e.zip |
add some better checking especially for titi. use "make check"!!
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lst/Makefile b/lst/Makefile index 3fd241a1..d8a5e9bc 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -16,6 +16,10 @@ build: CardsNames clean: rm -f *~ CardsNames *.tmp ScannerDB.gz +check: + @../convert/merge2pcitable.pl pcitable pcitable pcitable > /dev/null + @../convert/merge2pcitable.pl pcitable usbtable usbtable > /dev/null + CardsNames: Cards+ ../convert/Cards2CardsNames.pl rm -f $@ ../convert/Cards2CardsNames.pl $< > $@ |