Don't build chipdb-5k.txt by default (it does not work yet)

This commit is contained in:
Clifford Wolf 2017-07-31 15:58:14 +02:00
parent b888b750a6
commit 1f9d00bb9c
2 changed files with 2 additions and 1 deletions

1
icebox/.gitignore vendored
View File

@ -1,4 +1,5 @@
chipdb-1k.txt
chipdb-5k.txt
chipdb-8k.txt
chipdb-384.txt
__pycache__

View File

@ -1,6 +1,6 @@
include ../config.mk
all: chipdb-384.txt chipdb-1k.txt chipdb-5k.txt chipdb-8k.txt
all: chipdb-384.txt chipdb-1k.txt chipdb-8k.txt
chipdb-384.txt: icebox.py iceboxdb.py icebox_chipdb.py
python3 icebox_chipdb.py -3 > chipdb-384.new