diff options
Diffstat (limited to 'lst/Makefile')
-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 $< > $@ |