mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2024-11-22 14:19:22 +02:00
modules/Makefile: move "clean" and "spotless" at their usual place at the end
This commit is contained in:
parent
5496ac5af6
commit
20f476b930
@ -18,16 +18,10 @@ MODULES=8_10-card 8_10-socket-ra \
|
||||
xtal-2 xtal-4 \
|
||||
|
||||
.SUFFIXES: .fpd .mod
|
||||
.PHONY: all catalog view upload missing clean
|
||||
.PHONY: all catalog view upload missing clean spotless
|
||||
|
||||
all: $(MODULES:%=%.mod)
|
||||
|
||||
clean:
|
||||
rm -f *~*.fpd
|
||||
|
||||
spotless: clean
|
||||
rm -f $(MODULES:%=%.mod)
|
||||
|
||||
.fpd.mod:
|
||||
fped -k $< $@
|
||||
|
||||
@ -44,3 +38,10 @@ upload: catalog.pdf
|
||||
|
||||
missing:
|
||||
../scripts/missing-in-tree -F $(MODULES:%=-l %.fpd) HIERARCHY
|
||||
|
||||
clean:
|
||||
rm -f *~*.fpd
|
||||
|
||||
spotless: clean
|
||||
rm -f $(MODULES:%=%.mod)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user