From 528412f5c72a6c839c039033594056a727e8a50e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Mar 2002 12:10:52 +0000 Subject: add some better checking especially for titi. use "make check"!! --- lst/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lst') 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 $< > $@ -- cgit v1.2.1