diff options
| author | Clifford Wolf <clifford@clifford.at> | 2017-07-31 15:59:14 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2017-07-31 15:59:14 +0200 |
| commit | 6948c4370dc3f10d05eedfc4408ecb0cbd5f373c (patch) | |
| tree | c9431ec1cb435318f0b3ded7d28ee8b18bd5e768 /icebox/Makefile | |
| parent | 81e943e050dad652da795d21375bb700064116f4 (diff) | |
| parent | 1f9d00bb9cb2eeea0261d00324ff44e9b3f02136 (diff) | |
Merge branch 'ice5k'
Diffstat (limited to 'icebox/Makefile')
| -rw-r--r-- | icebox/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/icebox/Makefile b/icebox/Makefile index afeb13c..430fb17 100644 --- a/icebox/Makefile +++ b/icebox/Makefile @@ -10,12 +10,16 @@ chipdb-1k.txt: icebox.py iceboxdb.py icebox_chipdb.py python3 icebox_chipdb.py > chipdb-1k.new mv chipdb-1k.new chipdb-1k.txt +chipdb-5k.txt: icebox.py iceboxdb.py icebox_chipdb.py + python3 icebox_chipdb.py -5 > chipdb-5k.new + mv chipdb-5k.new chipdb-5k.txt + chipdb-8k.txt: icebox.py iceboxdb.py icebox_chipdb.py python3 icebox_chipdb.py -8 > chipdb-8k.new mv chipdb-8k.new chipdb-8k.txt clean: - rm -f chipdb-1k.txt chipdb-8k.txt chipdb-384.txt + rm -f chipdb-1k.txt chipdb-8k.txt chipdb-384.txt chipdb-5k.txt rm -f icebox.pyc iceboxdb.pyc install: all @@ -52,4 +56,3 @@ uninstall: -rmdir $(DESTDIR)$(PREFIX)/share/icebox .PHONY: all clean install uninstall - |
