1
0
mirror of git://projects.qi-hardware.com/kicad-libs.git synced 2025-04-21 12:17:26 +03:00

include common/Makefile after "all", so that it won't override the default

This commit is contained in:
Werner Almesberger
2012-12-21 20:27:39 -03:00
parent 21513c1c61
commit 2e07473015
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,6 @@ SHELL = /bin/bash
TITLE_NAME = FOOTPRINTS/MODULES
TITLE_FILE = kicad-libs-modules.pdf
include ../common/Makefile.title
.SUFFIXES: .fpd .mod
.PHONY: all brd catalog view upload missing clean spotless
@@ -40,6 +38,8 @@ modules.pro: Makefile
brd: all modules.pro
pcbnew `pwd`/modules.brd
include ../common/Makefile.title
catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
$(MAKE) title.ps
genkicat -F -p $(MODULES:%=-l %.fpd) -t title.ps \