diff --git a/Makefile b/Makefile index 5e6539b..991e4a7 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ all: @echo Usage: @echo make dsv @echo make sch + @echo make brd + @echo make footprint_review dsv: dsv setup BOOKSHELF @@ -11,3 +13,12 @@ sch: brd: cd xue-rnc && pcbnew xue-rnc.brd + +footprint_review: modules/all_footprints.pdf + @xpdf $^ + +modules/all_footprints.pdf: modules/*.fpd + @fpd2pdf -o $@ $^ + +clean: + @rm -f modules/all_footprints.pdf diff --git a/modules/.gitignore b/modules/.gitignore new file mode 100644 index 0000000..c360984 --- /dev/null +++ b/modules/.gitignore @@ -0,0 +1 @@ +all_footprints.pdf