mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-25 21:55:20 +02:00
dist/dk/Makefile (count): new target to count the number of parts we have
This commit is contained in:
parent
d816e82d1e
commit
1f52cc962f
5
boom/dist/dk/Makefile
vendored
5
boom/dist/dk/Makefile
vendored
@ -4,7 +4,7 @@ PARTS = avx-cersmt murata-grm panasonic-erj stackpole-rmcf \
|
||||
|
||||
.SECONDARY: # prevent *.cache from being automatically deleted
|
||||
|
||||
.PHONY: all clean rebuild update spotless
|
||||
.PHONY: all clean rebuild update spotless count
|
||||
|
||||
all: $(MASTER) \
|
||||
$(PARTS:%=db/%.equ) \
|
||||
@ -74,3 +74,6 @@ update: rebuild
|
||||
|
||||
spotless: update
|
||||
rm -f $(PARTS:%=db/%.equ)
|
||||
|
||||
count:
|
||||
grep DIGI-KEY db/*.equ | wc -l
|
||||
|
Loading…
Reference in New Issue
Block a user