1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2024-07-04 15:22:58 +03:00

modules/Makefile: move "clean" and "spotless" at their usual place at the end

This commit is contained in:
Werner Almesberger 2012-07-12 19:19:44 -03:00
parent 5496ac5af6
commit 20f476b930

View File

@ -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)